.hgignore
author Tero Marttila <terom@paivola.fi>
Tue, 19 Feb 2013 21:50:27 +0200
changeset 227 c98944a7db08
parent 224 ed410776effd
child 232 5894c70dc6a8
permissions -rw-r--r--
include pvl in packages, otherwise no pvl/__init__.py in sdist
syntax: regexp

# tempfiles
\.pyc$
\.sw[op]$

# generated files
^dist/
^MANIFEST$
^log

# testing
^(tmp|test|var)/