.hgignore
author Christian Ebert <blacktrash@gmx.net>
Mon, 25 Oct 2010 19:21:06 +0100
changeset 846 d565787a8a5d
parent 450 86c17b3e9100
permissions -rw-r--r--
Fix regressions introduced in 9d01f9cab5e2 - dirstate of overwritten files must be forced to normal with kwexpand/kwshrink, not commit. - recorded files must be weeded before overwriting. - add test cases.

syntax: glob

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

build/*
MANIFEST