.hgignore
author Simon Heimberg <simohe@besonet.ch>
Wed, 13 Feb 2013 21:58:52 +0100
branchstable
changeset 1215 62ff53b05730
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: quickly check if the glob line already matches the output This happens when a path with "/" as only glob char is matched on a non windows platform. (Currently one third of all glob matches.) The slowdown on windows and the speedup on other os are neglectable. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST