.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 24 Aug 2009 20:08:35 +0530
changeset 2789 259ce59acaf7
parent 2587 ec7818110fd2
permissions -rw-r--r--
Changed GHOPComment model to inherit from base model. All the properties are specific to the GHOPComment model. The GHOPComment model is also made ID based. Changes changes property from StringProperty to StringListProperty.

# 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