.hgignore
author James Levy <jamesalexanderlevy@gmail.com>
Sun, 05 Jul 2009 11:32:26 +0200
changeset 2543 4c95d717a976
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Added Menu items for all three kinds of Surveys to the program menu. The menu items turn red when the user has not taken the Survey yet. Patch by: James Levy, 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