.hgignore
author Tero Marttila <terom@paivola.fi>
Thu, 16 Feb 2012 10:00:55 +0200
changeset 18 58809063fe9d
parent 12 fbfdde7326f4
child 72 2d2494132e9c
permissions -rw-r--r--
setup.py: add pvl package to list of packages to install, XXX: is this the right way to install namespace packages?
syntax: regexp

\.sw[op]$
\.pyc$

^test/
^misc/

^build/
^dist/
^MANIFEST$