.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 20 Sep 2007 18:13:53 +0100
changeset 245 b0316be232da
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Always exclude .hgtags only .hgtags is the only tracked file that is written to just by issuing an hg command. This ensures that even a very unlikely tag like "$Id$" is processed properly.

syntax: glob

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

build/*
MANIFEST