.hgignore
author Simon Heimberg <simohe@besonet.ch>
Wed, 05 Jun 2013 22:05:02 +0200
branchstable
changeset 1266 f412189fe8f8
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: report interrupted tests When the test run is aborted, a message is printed for each interrupted test. This is helpful when a test is hanging. example failure message: INTERRUPTED: /path/to/tests/test-example.t The message can appear before or after the line with the number of tests [ original upstream message ]

syntax: glob

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

build/*
MANIFEST