.hgignore
author Daniel Diniz <ajaksu@gmail.com>
Sun, 05 Jul 2009 00:57:03 +0200
changeset 2542 a9dec4763c6b
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
POST data always overwrites survey_record data when used to populate form. It also fixes validation errors on takeGet. Patch by: Daniel Diniz, Lennard de Rijk Reviewed by: to-be-reviewed

# use glob syntax.
syntax: glob

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