.hgignore
author Simon Heimberg <simohe@besonet.ch>
Thu, 21 Mar 2013 08:56:21 +0100
branchstable
changeset 1219 cefcbbc5502c
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: only sort files when not given as argument os.listdir returns the files in any order. This has to be sorted. But when given as argument, the user should be allowed to set any order. This restores the behaviour before 9848a94e2a. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST