.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 10 Aug 2009 15:49:47 -0700
changeset 2746 ca3b1a86bce8
parent 2587 ec7818110fd2
permissions -rw-r--r--
Redirect to the manage page for failed, completed and withdrawn projects.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings