.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 27 Aug 2009 11:15:35 +0200
changeset 2818 4107ff19203a
parent 2587 ec7818110fd2
permissions -rw-r--r--
Added GHOP Student Logic. Note that on creation of a GHOPStudent a GAE Task is created to update the taskswith the new GHOPStudent reference. This is due to the fact that we allow users to claim task without being a registered Student. Reviewed by: Lennard de Rijk

# 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