.hgignore
author Brendan Cully <brendan@kublai.com>
Wed, 17 Jul 2013 13:42:08 -0700
branchstable
changeset 1283 e1d949ad7cda
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: replace popen locking with a noop _cleanup handler on py24 This also avoids the race condition, and isn't detrimental to job scheduling. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST