.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 18 Sep 2009 03:05:47 +0530
changeset 2946 69be8ea0b597
parent 2587 ec7818110fd2
permissions -rw-r--r--
Added GHOP views helper to INSTALLED_APPS in django settings.py. Adding this path to INSTALLED_APPS enables GHOP specific templatetags that resides in this path.

# 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