.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sun, 02 May 2010 22:39:43 +0200
changeset 745 a72c2895fc26
parent 450 86c17b3e9100
permissions -rw-r--r--
Simplify record switch in kwtemplater.overwrite 1) use kwtemplater.record attribute for clarity 2) drop optional context argument; consider the speed loss by duplicating the dictionary lookup repo['.'] as negligible

syntax: glob

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

build/*
MANIFEST