.hgignore
author Sverre Rabbelier <sverre@rabbelier.nl>
Thu, 04 Jun 2009 23:21:33 +0200
changeset 2393 7fe19ebfe0d3
parent 2310 d51331eaec15
child 2441 a24b2b4af87d
permissions -rw-r--r--
Display caught errors on the page itself Similar to the previous commit, show directly rather than redirect.

# use glob syntax.
syntax: glob

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