.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 12 Aug 2009 10:17:08 -0700
changeset 2761 a315c83b6d74
parent 2587 ec7818110fd2
permissions -rw-r--r--
Added basic GSoC module models. These models will be filled with GSoC specific entries once the transformation is complete.

# 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