.hgignore
author Matthew Wilkes <matthew@matthewwilkes.co.uk>
Fri, 15 May 2009 18:01:43 +0200
changeset 2317 0d4b4aa5b969
parent 2310 d51331eaec15
child 2441 a24b2b4af87d
permissions -rw-r--r--
Add some example function tests that use gaeftest

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
.gitignore
.DS_Store