.hgignore
author Christian Ebert <blacktrash@gmx.net>
Mon, 07 Apr 2008 18:46:48 +0200
changeset 439 e658e469be45
parent 425 ff5b52ea337b
permissions -rw-r--r--
Privatize remaining monkeypatches by moving them into reposetup Make it more transparent if and when monkeypatches are needed.

syntax: glob

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

build/*
MANIFEST