summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2013-06-13 15:39:39 +0200
committerChristian Theune <ct@gocept.com>2013-06-13 15:39:39 +0200
commit85d82e29448bd0d9cde5fa25be338bf589dce384 (patch)
tree7fae699343cf30eaf02d03699e60e7fb294bee0b /.hgignore
parent1023f5e551d6f51ddd81dfa86b19977aea1718a7 (diff)
downloaddecorator-85d82e29448bd0d9cde5fa25be338bf589dce384.tar.gz
Be a bit more generous about ignores to support developing on PyPI.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 733cedf..def1648 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,7 +1,13 @@
syntax: glob
+*.swp
+lib
+bin
+local
+include
**.pyc
config.ini
uwsgi-logd.conf
sshkeys_update
privkey*
pubkey*
+pypi.egg*