diff -r 4e6e067b3472 -r 0260aeca943c .hgignore --- 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