.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Mon, 07 Jan 2013 02:00:43 +0100
branchstable
changeset 1183 f5d89f804e6f
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests.py: don't use console for stdin when running in debug mode Tests would wait for input instead of using non-interactive mode. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST