.hgignore
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 14 Sep 2009 18:44:46 +0200
changeset 2916 a7b7e67c0667
parent 2587 ec7818110fd2
permissions -rw-r--r--
Manually call start and end in test_sidebar Since we are not using a request directly we need to manually do the set-up and tear-down required.

# 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