.hgignore
author Tero Marttila <terom@paivola.fi>
Tue, 19 Feb 2013 19:28:40 +0200
changeset 223 6842794c20e8
parent 147 bd6ad8b5eeac
child 224 ed410776effd
permissions -rw-r--r--
merge
syntax: regexp

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

# generated files
^dist/
^MANIFEST$
^twisted/plugins/dropin.cache$
^log

# testing
^(tmp|test|var)/