.hgignore
author Madhusudan C.S. <madhusudancs@gmail.com>
Mon, 08 Jun 2009 08:54:21 +0200
changeset 2408 726183fad650
parent 2310 d51331eaec15
child 2441 a24b2b4af87d
permissions -rw-r--r--
Added group attribute to each GHOPProgram property so it is grouped on edit/create forms. Added 3 new groups, "Contest Rules" group, "Prize Information" group and "Task Settings" group to organize the properties in a useful manner on the edit/create forms. Reviewed by: Lennard de Rijk

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
.gitignore
.DS_Store