.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 31 May 2012 12:47:50 +0200
changeset 1080 4ee1c08706c4
parent 450 86c17b3e9100
permissions -rw-r--r--
Support commit --amend (issue3471) Include a test as well.

syntax: glob

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

build/*
MANIFEST