.hgignore
author Daniel Diniz <ajaksu@gmail.com>
Fri, 10 Jul 2009 12:06:29 +0200
changeset 2585 37584af2420e
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Completed the Create and Edit view for GradingSurveyGroup. Note that I've added a TODO to redo _editPost to give us kwargs. Would also get rid of hidden fields elsewhere. Reviewed by: Lennard de Rijk

# use glob syntax.
syntax: glob

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