.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Sat, 06 Nov 2010 00:31:44 +0100
branchstable
changeset 856 e1a5259b3d03
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: handle .t files without trailing LF 9a2de8dae27b made this simple test-test.t succeed silently: $ printf ' $ true' > test-test.t but did not give a usable .err in this case: $ printf ' $ false' > test-test.t The missing LF will now be fixed in the test output and it will thus give a test failure and a solution in the .err file. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST