.hgignore
author simon@laptop-tosh
Sun, 09 Jun 2013 16:42:55 +0200
branchstable
changeset 1272 4a224ed7e923
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: ignoring tests works again running with --retest did not work anymore because runone still returned None for this case. But this is not allowed since 6a127fa5de23. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST