summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-07-30 23:47:46 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-07-30 23:47:46 +0200
commit1ce1ef03ab25ff65308a13a2bf789dc38bc3efaf (patch)
tree48cd203f4e00f805bd5da16ab5963b0ef94b3a92 /.hgignore
parent6e5349ef353dbfbf612119e5d46a0c87d9d683af (diff)
downloadrsa-1ce1ef03ab25ff65308a13a2bf789dc38bc3efaf.tar.gz
Updated .hgignore
Diffstat (limited to '.hgignore')
-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/