.hgignore
author Brodie Rao <brodie@sf.io>
Sat, 12 May 2012 16:00:57 +0200
branchstable
changeset 1073 bc8e57c1ae32
parent 450 86c17b3e9100
permissions -rw-r--r--
cleanup: "not x in y" -> "x not in y" [ original upstream message ]

syntax: glob

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

build/*
MANIFEST