.hgignore
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 24 Oct 2011 13:54:59 +0200
branchstable
changeset 995 b78cce2b1430
parent 450 86c17b3e9100
permissions -rw-r--r--
keyword: use util.realpath instead of os.path.realpath This makes test-keyword.t pass on Python 2.4.1 (e.g. Debian sarge) [ original upstream message ]

syntax: glob

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

build/*
MANIFEST