.hgignore
author Matt Mackall <mpm@selenic.com>
Thu, 03 Nov 2011 14:30:00 -0500
branchstable
changeset 999 f89e9c528b38
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: rewrite inline Python support Tests with inline Python could turn '>>>' into their underlying python invocation if the test got updated with -i. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST