.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Sat, 14 Jan 2012 01:55:50 +0100
branchstable
changeset 1044 23c6e5d22e79
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode This makes -d output much more readable when debugging the test framework or very strange test failures. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST