.hgignore
author Christian Ebert <blacktrash@gmx.net>
Wed, 09 Apr 2008 00:55:21 +0200
changeset 442 1bb9230b055d
parent 425 ff5b52ea337b
permissions -rw-r--r--
Check for '\0' in entire data before acting util.binary might not be safe enough, as it fails eg. on certain pdf files (issue1066). In some cases this might even be a speed gain as there will be no vain re.sub(n)/search on huge data.

syntax: glob

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

build/*
MANIFEST