.hgignore
author Tero Marttila <terom@paivola.fi>
Thu, 16 Feb 2012 10:14:39 +0200
changeset 19 59a38533f13b
parent 18 58809063fe9d
child 72 2d2494132e9c
permissions -rw-r--r--
setup.py: v0.2 + scripts + author
syntax: regexp

\.sw[op]$
\.pyc$

^test/
^misc/

^build/
^dist/
^MANIFEST$