.hgignore
author Mads Kiilerich <madski@unity3d.com>
Wed, 17 Apr 2013 03:41:34 +0200
branchstable
changeset 1221 3a049b21a05b
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: introduce --random for running tests in random error This is convenient when investigating failures one by one to avoid running the same fixed tests first every time. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST