.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 30 Jun 2009 00:06:53 +0200
changeset 2454 849956450d69
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Removed survey_kind from Survey model. The inheritance structure should make this obsolete.

# use glob syntax.
syntax: glob

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