.hgignore
author Brendan Cully <brendan@kublai.com>
Wed, 17 Jul 2013 13:02:12 -0700
branchstable
changeset 1282 f0c81b6d67c6
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: only lock Popen wait/poll on python 2.4 It can cause scheduling bubbles and is not necessary on newer pythons. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST