.hgignore
author Christian Ebert <blacktrash@gmx.net>
Thu, 26 Nov 2009 10:51:17 +0100
changeset 662 25e813ce68e2
parent 450 86c17b3e9100
permissions -rw-r--r--
The CVS keyword is $RCSfile$, not $RCSFile$ http://cvsbook.red-bean.com/cvsbook.html#List%20Of%20Keywords Fix default keyword map accordingly. Keep $RCSFile$ for Mercurial backwards compatibility.

syntax: glob

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

build/*
MANIFEST