summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2009-06-27 00:42:18 +0200
committerRune Halvorsen <runefh@gmail.com>2009-06-27 00:42:18 +0200
commit41b1be162d4bb25a4408a7cc9a2ce6d575b7f5f7 (patch)
treedc3949fc3679a9a3cdc436ac93d2c3158c071fb9
parentf83cf5c347419aa599b80f7e9ec65916cbf5453b (diff)
downloadanyjson-41b1be162d4bb25a4408a7cc9a2ce6d575b7f5f7.tar.gz
Added ignore file
-rw-r--r--.hgignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..a71cd05
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,6 @@
+# use glob syntax.
+syntax: glob
+*.pyc
+*~
+env
+dist \ No newline at end of file