.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 09 Aug 2009 13:42:31 -0700
changeset 2740 4b8aa5b9cb23
parent 2587 ec7818110fd2
permissions -rw-r--r--
Added project title and student name to the ProjectSurvey take page. This required some reodering of the Survey take template and also a renamed setH elpAndStatus to _setSurveyTakeContext.

# 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