view .hgignore @ 5142:12e6de3d7e29

auth: simplify logging of regular authentication in LoginRequired
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Wed, 25 Mar 2015 10:11:54 +0100
parents 9885bbacf99c
children 19267f233d39
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$