.hgignore
author Daniel Diniz <ajaksu@gmail.com>
Sat, 04 Jul 2009 14:15:11 +0200
changeset 2527 ce657149b90a
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Add a grade field to the Grading Project Survey form. This also takes care of validating and transforming the data into True(pass) or False(fail). GradingProjectSurveys are hereby working for developers. 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