.hgignore
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Tue, 16 Nov 2010 10:33:19 +0900
branchstable
changeset 862 c333552ec003
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: fix --debug for .t tests When --debug is given to the test runner, run() returns (retcode, None). Do not try to use None output as a string, and return directly, similarly as other testers. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST