.hgignore
author Martin Geisler <mg@aragost.com>
Mon, 09 May 2011 17:20:15 +0200
branchstable
changeset 936 7a8ae4eb18bf
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: remove check on --shell argument No shell is needed when executing Python tests and finding a good shell might be difficult/impossible on some platforms (e.g., Windows). [ original upstream message ]

syntax: glob

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

build/*
MANIFEST