.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 03 Jul 2009 22:27:42 +0200
changeset 2519 53b0cc84ab00
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Added _getSurveyTakeForm to the Survey view. Subclasses can overwrite this method to create their own form. ProjectGradingSurvey will likely be an example for this.

# use glob syntax.
syntax: glob

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