.hgignore
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 12 May 2009 15:48:36 +0200
changeset 2310 d51331eaec15
parent 2306 6545e6e184bb
child 2441 a24b2b4af87d
permissions -rw-r--r--
Add .DS_Store Mac OS X specific files to .hgignore.

# use glob syntax.
syntax: glob

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