.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Fri, 08 Oct 2010 22:36:10 -0500
branchstable
changeset 828 725ab7fe00e5
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed. [ original upstream description ]

syntax: glob

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

build/*
MANIFEST