.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Sun, 10 Jun 2012 18:50:42 +0200
branchstable
changeset 1093 660262879b48
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: make .t tests stop immediately if a cd fails This prevents tests from escaping from TESTTMP as a consequence of a failing directory creation. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST