.hgignore
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 21 Feb 2008 16:22:31 -0300
branchstable
changeset 419 2f179ea3a9aa
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
keyword: remove "identify" and "remove" from nokwcommands These two commands care about the list of modified files returned by repo.status and we may need to do a full content comparison to populate that list. [ original upstream description ]

syntax: glob

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

build/*
MANIFEST