.hgignore
author Markus Zapke-Gr?ndemann <info@keimlink.de>
Wed, 11 Jan 2012 15:37:25 +0100
branchstable
changeset 1037 bef1d9649208
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: fix omit path list All directories need a trailing asterisk. Otherwise the files are not excluded from coverage. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST