.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 28 Jun 2009 22:12:33 +0200
changeset 2441 a24b2b4af87d
parent 2310 d51331eaec15
child 2587 ec7818110fd2
permissions -rw-r--r--
Added .settings to hgignore. Eclipse IDE uses this map to store some settings. Since this is widely used I decided to add it to the ignore list.

# use glob syntax.
syntax: glob

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