summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.hgignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 000000000..e737ebb02
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,7 @@
+# ignoreing unneeded files, using glob syntax
+syntax: glob
+*.pyc
+*~
+.svn
+*.DS_Store
+*.egg-info \ No newline at end of file