.hgignore
author Daniel Hans <Daniel.M.Hans@gmail.com>
Tue, 22 Sep 2009 13:15:33 +0200
changeset 2967 676c0ca67e21
parent 2587 ec7818110fd2
permissions -rw-r--r--
Add a script to generate a kml file with all active GSoC participants Only the students, mentors, and organization admins that are 'active' are exported. Students that do not have a project are not exported. Reviewed-by: Sverre Rabbelier

# 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