.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 26 Aug 2009 18:26:15 +0200
changeset 2810 e63b3e0845a9
parent 2587 ec7818110fd2
permissions -rw-r--r--
Make the timeline View work directly on the GSoC timeline for the time being. This will help us get rid of the weird TIMELINE_LOGIC constant we are using now to switch between the different timelines. The other timelines should get their own View module.

# 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