.hgignore
author Dirkjan Ochtman <djc.ochtman@kentyde.com>
Thu, 11 Mar 2010 15:32:24 +0100
branchstable
changeset 718 88d7be7899ac
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: use external coverage, mandate newer version This removes the option for including the stdlib in coverage reports. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST