.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sun, 10 Oct 2010 01:07:16 +0100
changeset 837 448a71a24a84
parent 450 86c17b3e9100
permissions -rw-r--r--
enforce subn method via boolean switch There are only 2 patterns to choose, and so far only 1 case where kwtemplater.re_kw.subn is applied on data read from the working directory: when recording added files. With this change the code reflects more closely the boolean character of the switch and underlines the special case.

syntax: glob

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

build/*
MANIFEST