.hgignore
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sat, 24 Oct 2009 22:45:29 +0200
changeset 3033 8a18ac7ca909
parent 2587 ec7818110fd2
permissions -rw-r--r--
When a task is edited, 'modified_by' field is not cleared any more. Fix for issue 692.

# 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