update .hgignore
authorTero Marttila <terom@fixme.fi>
Tue, 26 Jan 2010 20:31:03 +0200
changeset 113 8b0f5cc117eb
parent 112 bd964d3551eb
child 114 6f4ac352009a
update .hgignore
.hgignore
--- a/.hgignore	Tue Jan 26 17:56:14 2010 +0200
+++ b/.hgignore	Tue Jan 26 20:31:03 2010 +0200
@@ -4,8 +4,9 @@
 \.pyc$
 
 ^build/
-^bin/pngtile$
-^lib/libpngtile.so$
+^bin/pngtile(-static)?$
+^data
+^lib/libpngtile.(so|a)$
 ^doc/html
 ^dist
-^Learning Diary\.pdf$
+^python/pypngtile.c$