.hgignore
author Martin Geisler <mg@aragost.com>
Mon, 22 Nov 2010 18:15:58 +0100
branchstable
changeset 866 d51c3fd4e34a
parent 450 86c17b3e9100
permissions -rw-r--r--
code style: prefer 'is' and 'is not' tests with singletons [ original upstream description ]

syntax: glob

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

build/*
MANIFEST