.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sun, 01 Jun 2008 13:35:12 +0200
changeset 456 47bbe7c2fa7d
parent 450 86c17b3e9100
permissions -rw-r--r--
keyword: use dirstate.parents to obtain current first parent This should be quicker than changectx().node()

syntax: glob

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

build/*
MANIFEST