.hgignore
author Mads Kiilerich <madski@unity3d.com>
Thu, 03 Oct 2013 14:50:47 +0200
branchstable
changeset 1298 d69c1db7cf8b
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: place the .t shell script next to $TESTTMP and with a useful name --keep can thus keep it around - very convenient for debugging. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST