.hgignore
author Matt Mackall <mpm@selenic.com>
Sun, 24 Apr 2011 16:42:15 -0500
branchstable
changeset 913 ee01b53f9ac9
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: switch timeout handling from alarm to helper thread This should be slightly more portable than signals and be compatible with threaded dispatch. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST