changeset 595:74efd0a9c959

Update .hgignore, use globs where possible
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 19:36:30 +0200
parents 67f0b8123854
children a1ca84c797fb
files .hgignore
diffstat 1 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun Apr 10 19:36:15 2011 +0200
+++ b/.hgignore	Sun Apr 10 19:36:30 2011 +0200
@@ -1,9 +1,15 @@
-^.*\.pyc$
-^.*~$
-/\..*\.swp$
-/\._[^/]*$
-/\.~lock\..*#$
-/\.DS_Store$
+syntax: glob
+
+*.pyc
+*~
+.*.swp
+._*
+.DS_Store
+.~lock.*#
+
+syntax: regexp
+
 ^dist/
 ^build/
-^.*\.egg-info/$
+^docs/_build/
+^.*\.egg-info/