.hgignore
author Patrick Mezard <pmezard@gmail.com>
Mon, 16 May 2011 21:41:46 +0200
branchstable
changeset 944 37aff8ccb33e
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: ignore timeout when Popen.terminate is unavailable Popen.terminate was introduced in python 2.6 [ original upstream message ]

syntax: glob

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

build/*
MANIFEST