.hgignore
author Patrick Mezard <pmezard@gmail.com>
Mon, 16 May 2011 21:26:50 +0200
branchstable
changeset 943 1f7fd6db1e17
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: fix hg.bat python reference hg.bat expects to live in pythonxx/scripts and the python interpreter to be in pythonxx. run-tests.py file layout is a little different and python location must be fixed. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST