Setup files for hg to ignore (*.pyc, db*, localsettings.py)

This commit is contained in:
Martin Green 2011-05-01 19:13:07 +01:00
parent 9043cef847
commit f65b6dbf11

6
.hgignore Normal file
View File

@ -0,0 +1,6 @@
# use glob syntax
syntax: glob
*.pyc
db*
localsettings.py