.hgignore
author Christian Ebert <blacktrash@gmx.net>
Tue, 05 Feb 2008 18:33:55 +0100
branchstable
changeset 371 c093df5fd251
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Allow keyword expansion on clone If [keyword] filename patterns are specified in a global hgrc keywords will be expanded in clone. This behaviour is more consistent but also more dangerous. Specifying global, and thus more complicted, [keyword] patterns might slow things down as well. Mention this in help?

syntax: glob

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

build/*
MANIFEST