.hgignore
author Martin Geisler <mg@lazybytes.net>
Thu, 05 May 2011 20:03:43 +0200
branchstable
changeset 931 b56e95db7ac5
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: use type of default to convert environment variable Before, defaults could only be integers, they can now also be strings, floats and what have you. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST