.hgignore
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 20:23:42 +0200
changeset 2328 e077dc264dff
parent 2310 d51331eaec15
child 2441 a24b2b4af87d
permissions -rw-r--r--
Invoke pylint from build script. Using --skip-pylint build script command line parameter you can skip pylint invocation.

# use glob syntax.
syntax: glob

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