syntax: glob
*.orig
*.rej
*~
*.o
*.pyc
*.pyo
tests/*.err
*.swp
store/*
*.DS_Store
*.beam
.coverage
couchdbkit.egg-info
dist
examples/djangoapp/test.db

syntax: regexp
.*\#.*\#$

