.hgignore
author Mads Kiilerich <madski@unity3d.com>
Tue, 29 Jan 2013 20:03:51 +0100
branchstable
changeset 1208 9bd54c35af97
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests.py: inherit PYTHONHASHSEED from environment if set This makes it possible to fix the seed by using for instance PYTHONHASHSEED=7 ./run-tests.py ... This can be very convenient when trying to debug problems that are influenced by hash values. Try different seed values until you find one that triggers the bad behaviour and then keep that while debugging. The value 0 will restore default Python behavior and disable randomization. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST