.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 16 Sep 2009 13:38:18 +0200
changeset 2931 e89022c0657f
parent 2587 ec7818110fd2
permissions -rw-r--r--
Enabled the Student School type updater. The updater now passes along the runner URL to the starter function. Also fixed the TaskRunner to display correct error messages when a invalid option has been specified.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings