.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 01 Oct 2009 13:39:15 +0200
changeset 651 a047bb9bab24
parent 450 86c17b3e9100
permissions -rw-r--r--
kwfiles --unknown instead of --untracked Use the same option name as "hg status". Retrieve option in _status(). Mark --untracked as deprecated.

syntax: glob

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

build/*
MANIFEST