.hgignore
author Idan Kamara <idankk86@gmail.com>
Fri, 27 May 2011 17:46:48 +0300
branchstable
changeset 956 e39ab51937a2
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: fix --blacklist with jobs > 1 filter blacklisted tests before partitioning them to the children. maintains the 'Skipped...' output but not the 's'. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST