.hgignore
author Simon Heimberg <simohe@besonet.ch>
Sat, 13 Jul 2013 23:58:01 +0200
branchstable
changeset 1285 61dfbdf6d67d
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: generally handle line endings on windows by re Recently this regexp was only appended when running a python test. When running a tsttest there was a separate handling for each line type. Simplify and unify this. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST