diff options
-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 |