.hgignore
author Mads Kiilerich <madski@unity3d.com>
Fri, 18 Jan 2013 01:16:16 +0100
branchstable
changeset 1203 67fb241fb0b1
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests.py: backout "don't use console for stdin when running in debug mode" f5842787a958 caused that some kind of interactive debugging no longer was possible - such as running hg with --debugger in a test run with run-tests.py --debug . [ original upstream message ]

syntax: glob

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

build/*
MANIFEST