.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 01 Oct 2009 13:39:15 +0200
changeset 653 f4b2fe9d23df
parent 450 86c17b3e9100
permissions -rw-r--r--
Make kwfiles -u show untracked files only (like status) Remove extra documentation of -u/--unknown, as this is covered in the option help already. Like commands.status the code now zips the status flags. Add more kwfiles tests.

syntax: glob

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

build/*
MANIFEST