.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 30 May 2009 09:19:10 +0200
changeset 2371 805400745f57
parent 2310 d51331eaec15
child 2441 a24b2b4af87d
permissions -rw-r--r--
Changed University Student expected graduation date to be a dynamic dropdown. The range of choices is dynamically made by taking the current_year-1 to the current_year+20. It does not start at the current year because a Student might need to change it's profile during a Program that runs across multiple years.

# use glob syntax.
syntax: glob

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