view .hgignore @ 6557:2f9313074853

controllers: remove empty __before__ methods __before__ methods that only call the super __before__ method are redundant and can be removed. The super's method will be called directly.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Wed, 15 Mar 2017 21:00:40 +0100
parents 9358211ee144
children 42718729687e
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$
^\.cache$
/__pycache__$