.hgignore
author Erik Zielke <ez@aragost.com>
Thu, 30 Sep 2010 09:49:40 +0200
branchstable
changeset 827 e5ccf0c0c053
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: removed test names in tests The name of the test files is replaced with a glob * expression, thereby the tests does not depend on the filename of the file they are in. [ original upstream description ]

syntax: glob

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

build/*
MANIFEST