.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Fri, 20 Jan 2012 01:24:16 +0100
branchstable
changeset 1045 0a2285b90e22
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh' This makes it easier to run tests on systems that have a usable sh in the search path but not in the standard location. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST