diff options
-rw-r--r-- | .hgignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..e2efd0c3 --- /dev/null +++ b/.hgignore @@ -0,0 +1,17 @@ +syntax: glob
+
+# Files that can appear anywhere in the tree.
+*.pyc
+*.pyo
+*.bak
+.coverage
+.coverage.*
+
+# Stuff in the root.
+build
+dist
+coverage.egg-info
+MANIFEST
+
+# Stuff in the test directory.
+zipmods.zip
|