Files @ d997a314d18a
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
moved time measure of request to separate middleware for better results (the last one in stack)
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
Paste*.egg

syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.rhodecode$