# use glob syntax. | |
syntax: glob | |
*.pyc | |
*.zip | |
*~ | |
*.orig | |
*.swp | |
.project | |
.pydevproject | |
.ropeproject | |
app.yaml | |
build | |
coverageResults | |
*,cover | |
.coverage | |
*.git | |
*.egg-info | |
eggs | |
parts | |
.installed.cfg | |
bin | |
develop-eggs | |
.gitignore | |
.DS_Store* | |
.settings | |
.nfs* | |
\#*\# | |
.\#* | |
overrides |