.hgignore
author Simon Heimberg <simohe@besonet.ch>
Sun, 16 Feb 2014 23:36:02 +0100
branchstable
changeset 1347 0ec1025011f4
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: fixed warn detection on detecting warn only for lines The state "warned" was reported too often. The main problem was that "False == 0" is true in python. Therefore use an empty string instead of 0 for reporting warn only for a line. The other problem is fixed in the next patch. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST