.hgignore
author Simon Heimberg <simohe@besonet.ch>
Wed, 24 Oct 2012 23:09:31 +0200
branchstable
changeset 1155 380eea1f5add
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: skip unnecessary operations on the args in the child proces The arguments are already sorted and never empty. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST