.hgignore
author Patrick Mezard <pmezard@gmail.com>
Mon, 16 May 2011 21:52:28 +0200
branchstable
changeset 945 83e828101e3c
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: use the common test path on Windows and Java The alternate one did not run in the test directory and controlling the jobs execution with threads instead of process made it harder to fix. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST