.hgignore
author Tero Marttila <terom@fixme.fi>
Tue, 26 Jan 2010 20:49:05 +0200
changeset 117 2da34e3aa885
parent 113 8b0f5cc117eb
child 132 0260aeca943c
permissions -rw-r--r--
setup.py: fallback to .c if we don't have Cython
syntax: regexp

\.[^/]+\.sw[op]$
\.pyc$

^build/
^bin/pngtile(-static)?$
^data
^lib/libpngtile.(so|a)$
^doc/html
^dist
^python/pypngtile.c$