.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sat, 29 Dec 2007 18:45:47 +0100
changeset 317 b18631f0dbdc
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Turn patch.patchfile.__init__ monkeypatch into a wrapper While the nastiness is even more blatant, this makes us independent from changes in patchfile.__init__. After all we only need to potentially change patchfile.lines.

syntax: glob

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

build/*
MANIFEST