.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Wed, 20 Jun 2012 23:41:21 +0200
branchstable
changeset 1104 5c7fdc5d6a36
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: add missing no-outer-repo requirements Outer repos (if any) will now never be touched by the tests. But it is better to run without any repos around the tmp directory. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST