.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 04 Aug 2009 15:59:42 +0200
changeset 2723 9e03061402ac
parent 2587 ec7818110fd2
permissions -rw-r--r--
The Survey public view now uses the proper page name. Also removed the pick view entry from the Survey View.

# 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