diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-05-01 19:13:07 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-05-01 19:13:07 +0100 |
commit | f65b6dbf11449315ad7799e02773837200c0ec6f (patch) | |
tree | d4e8e14cbe92e672049310f7ebf478d0481b6832 /.hgignore | |
parent | 9043cef847fb15eff810362b7d1da1556228b7f1 (diff) | |
download | troggle-f65b6dbf11449315ad7799e02773837200c0ec6f.tar.gz troggle-f65b6dbf11449315ad7799e02773837200c0ec6f.tar.bz2 troggle-f65b6dbf11449315ad7799e02773837200c0ec6f.zip |
Setup files for hg to ignore (*.pyc, db*, localsettings.py)
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..93c934d --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +# use glob syntax +syntax: glob + +*.pyc +db* +localsettings.py |