view .hgignore @ 5876:ea02c8b2b529

auth: prevent misuse of PermFunction in bool context Evaluating a PermFunction as a boolean, rather than calling it, is almost certainly an error. If not, "pf is not None" can be used.
author Søren Løvborg <sorenl@unity3d.com>
date Tue, 19 Apr 2016 17:58:21 +0200
parents bfa66e8887d7
children 9358211ee144
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$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$