.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sun, 23 Jan 2011 03:15:44 +0100
changeset 875 e01f1b4a62e9
parent 450 86c17b3e9100
permissions -rw-r--r--
Move repo.__class__ assignment out of monkeypatch context A cosmetic change to improve readability.

syntax: glob

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

build/*
MANIFEST