.hgignore
author Brendan Cully <brendan@kublai.com>
Wed, 17 Jul 2013 12:45:12 -0700
branchstable
changeset 1281 3dc7d29a42e9
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: lock popen wait/poll In python2.4, any call to Popen() may attempt to wait on any active process, and wait is not thread-safe. Make it thread-safe. See http://bugs.python.org/issue1731717 for details. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST