.hgignore
author Joel Rosdahl <joel@rosdahl.net>
Thu, 06 Mar 2008 22:23:26 +0100
branchstable
changeset 421 439a24d34a13
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Expand import * to allow Pyflakes to find problems [ original upstream description ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej

build/*
MANIFEST