.hgignore
author Christian Ebert <blacktrash@gmx.net>
Fri, 01 Oct 2010 02:13:31 +0200
changeset 812 d11a6a561253
parent 450 86c17b3e9100
permissions -rw-r--r--
Use workingctx to detect modified and added files after rollback

syntax: glob

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

build/*
MANIFEST