.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 25 Oct 2009 22:19:41 -0700
changeset 3059 14421976288a
parent 2587 ec7818110fd2
permissions -rw-r--r--
The work_submission model's update now reflected in views and logic. Model for work_submission was modified during GHOP code integration but was not reflected in views and logic. This commit fixes it. Fixes Issue 700. Reviewd 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