.hgignore
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 03 Apr 2012 19:06:35 +0200
branchstable
changeset 1061 70b4494ccf1d
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: make tests work if directory contains special characters With this quoting tests will work e.g. in "/tmp/foo bar/mercurial/". [ original upstream message ]

syntax: glob

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

build/*
MANIFEST