.hgignore
author Christian Ebert <blacktrash@gmx.net>
Tue, 16 Oct 2007 07:43:55 +0200
changeset 270 371ce7fe5f13
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
kwfiles: change option "ignored" to "ignore", add option "untracked" "ignore" like corresponding config value. "untracked" allows quick check if a new file that has not been added yet would be target for expansion. Update help accordingly.

syntax: glob

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

build/*
MANIFEST