summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore14
1 files changed, 8 insertions, 6 deletions
diff --git a/.hgignore b/.hgignore
index 82445f3..b6258d8 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,8 @@
-\.pyc$
-\..*\.swp$
-^build/
-^dist/
-^rsa.egg-info/
-^distribute-0.6.*
+syntax:glob
+*.pyc
+.*.swp
+build/
+dist/
+rsa.egg-info/
+distribute-0.6.*
+doc/_build/