.hgignore
author Christian Ebert <blacktrash@gmx.net>
Wed, 07 Nov 2007 13:33:19 +0100
branch0.9.2compat
changeset 289 b8c86166bf86
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Branch off backwards compatible version The default branch will contain the version without the overhead for backwards compatibility. This will make a standalone extension available which works with current Mercurial.

syntax: glob

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

build/*
MANIFEST