.hgignore
author Augie Fackler <raf@durin42.com>
Wed, 12 Mar 2014 13:19:43 -0400
branchstable
changeset 1355 238b6ca6d2bb
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: move from dict() construction to {} literals The latter are both faster and more consistent across Python 2 and 3. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST