.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 22:04:19 +0200
changeset 2637 0ae090b18a5e
parent 2587 ec7818110fd2
permissions -rw-r--r--
Excluded the new StudentProject failed_evaluations property from Forms. (Something went wrong on my side this should have been in before the tag)

# 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