.hgignore
author Bryan O'Sullivan <bryano@fb.com>
Tue, 27 Nov 2012 11:18:33 -0800
branchstable
changeset 1165 b0fa589b35b0
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: add a --compiler option Without this option, it is not possible to run the test suite on Windows using mingw's gcc as the compiler. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST