.hgignore
author Simon Heimberg <simohe@besonet.ch>
Thu, 13 Feb 2014 08:17:39 +0100
branchstable
changeset 1337 6810b3c166cc
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: separate exit code when no failed tests but warned ones This can be used by buildbot to set the result "warnings" instead of "failed". [ original upstream message ]

syntax: glob

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

build/*
MANIFEST