.hgignore
author Simon Heimberg <simohe@besonet.ch>
Sat, 28 Jul 2012 23:28:17 +0200
branchstable
changeset 1131 1938c2ebf517
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: unset variable HG if it is set When hg tries to call itself it can call a different hg executable when this variable is set. Some tests fail when the called hg version is different. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST