.hgignore
author Will Maier <willmaier@ml1.net>
Wed, 09 Jan 2008 10:00:18 -0600
changeset 333 c1521ff40eda
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Don't use the -i option with sed This patch fixes test-keyword on platforms without GNU sed (like OpenBSD).

syntax: glob

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

build/*
MANIFEST