.hgignore
author Christian Ebert <blacktrash@gmx.net>
Fri, 21 Dec 2007 00:40:25 +0100
changeset 315 c1ec4ffd1279
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Avoid import and merge conflicts caused by expanded keywords While monkeypatching patch.patchfile.__init__ is brute force and dirty, it seems the least intrusive method.

syntax: glob

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

build/*
MANIFEST