.hgignore
author Brodie Rao <brodie@bitheap.org>
Mon, 22 Mar 2010 01:36:12 -0400
branchstable
changeset 719 ad3048630bd8
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: make sure GREP_OPTIONS isn't set This can interfere with test output, especially for options like --color. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST