.hgignore
author Christian Ebert <blacktrash@gmx.net>
Wed, 23 Jan 2008 09:53:40 +0100
changeset 346 2c2b49def9d8
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Improve use of dictionaries - iteritems() where we do iter over dicts' items - store commithooks in dictionary (safe, as hook.hook() sorts before execution)

syntax: glob

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

build/*
MANIFEST