summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-05-28 19:13:10 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-05-28 19:13:10 -0400
commit71c17d2717c5885ba77275b61e4fa9fc54d6cf92 (patch)
tree32fe4309b5c35b4291f210498265b25e9356b1c3 /.hgignore
downloadwheel-71c17d2717c5885ba77275b61e4fa9fc54d6cf92.tar.gz
initial commit
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..a41e743
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,14 @@
+syntax: glob
+*~
+*.swp
+*.orig
+*.egg
+*.so
+*.pyc
+.*project
+.coverage
+.hgignore
+*.egg-info
+*.dist-info
+build
+dist