.hgignore
author Martin Geisler <mg@lazybytes.net>
Sun, 26 Sep 2010 22:22:59 +0200
branchstable
changeset 822 842e2c76e64b
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: move build/ directory to HGTMP Before, running a test would give you a build/ directory in the root of your Mercurial source tree. The directory had a full copy of the the source, so a grep in '**/*.py' would find files inside build/. [ original upstream description ]

syntax: glob

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

build/*
MANIFEST