.hgignore
author Daniel Hans <Daniel.M.Hans@gmail.com>
Tue, 03 Nov 2009 02:10:47 +0100
changeset 3076 11d5fa052ad1
parent 2587 ec7818110fd2
permissions -rw-r--r--
List view of all tasks for a GHOP student. Link 'List my tasks' in the GHOP program submenu is now active for a GHOP student and displays all tasks (grouped by organizations) which the user is involved in.

# 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