.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 30 Jun 2009 14:55:55 +0200
changeset 2463 05af53239799
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Add more flexibility to the Survey helper for use with the new Survey types. This includes using the new SurveyLogic methods from an earlier commit. And passing on the Logic from the view where necessary.

# use glob syntax.
syntax: glob

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