.hgignore
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 07 Aug 2009 01:00:58 +0200
changeset 2735 74f0972f523f
parent 2587 ec7818110fd2
permissions -rw-r--r--
Each country has its continent assigned. In order to retrive the continent, one has to use COUNTRIES_TO_CONTINENT dictionary.

# 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