.hgignore
changeset 132 0260aeca943c
parent 113 8b0f5cc117eb
child 137 79eedd96112d
--- a/.hgignore	Sun Sep 14 15:24:58 2014 +0300
+++ b/.hgignore	Sun Sep 14 16:08:40 2014 +0300
@@ -1,12 +1,14 @@
-syntax: regexp
-
-\.[^/]+\.sw[op]$
-\.pyc$
+syntax: glob
 
-^build/
-^bin/pngtile(-static)?$
-^data
-^lib/libpngtile.(so|a)$
-^doc/html
-^dist
-^python/pypngtile.c$
+.*.swo
+.*.swp
+*.pyc
+
+bin/pngtile
+bin/pngtile-static
+build/
+dist/
+doc/html
+lib/
+opt/
+python/pypngtile.c