.hgignore
author Idan Kamara <idankk86@gmail.com>
Sat, 07 May 2011 21:01:15 +0300
branchstable
changeset 935 60045f152c3b
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: take the basepath when constructing the test temp dir so it's possible to run tests that are outside the test/ dir [ original upstream message ]

syntax: glob

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

build/*
MANIFEST