.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 10 Aug 2009 15:37:12 -0700
changeset 2745 c45dc8a5d64e
parent 2587 ec7818110fd2
permissions -rw-r--r--
Made the specific SurveyTakeForm used in a View part of params. This fixes the Grade question not showing up on the preview and view record pages.

# 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