.hgignore
author Tero Marttila <terom@fixme.fi>
Tue, 26 Jan 2010 20:35:25 +0200
changeset 115 e4628dea2126
parent 113 8b0f5cc117eb
child 132 0260aeca943c
permissions -rw-r--r--
keep .pyx -> .c in python/, separate build/obj/py/py*.o
syntax: regexp

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

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