.hgignore
author Matt Mackall <mpm@selenic.com>
Sun, 02 Jun 2013 16:29:35 -0500
branchstable
changeset 1251 5dfbf34da361
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: add abort flag This will be used to help threads clean up gracefully [ original upstream message ]

syntax: glob

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

build/*
MANIFEST