.hgignore
author Simon Heimberg <simohe@besonet.ch>
Tue, 11 Feb 2014 01:15:07 +0100
branchstable
changeset 1327 953d562c3ebf
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: fix typo and print out failing line Instead of stripping the newline and printing the line, only the newline was printed. The output on buildbot will make more sense now. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST