view .hgignore @ 1608:0069657aaf42 beta

lazy load of branches and tags menu - to reduce load on repositories with large amount of branches and tags. - reduce load times of pages significantly on large repos
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 29 Oct 2011 00:57:09 +0200
parents 307ec693bdf2
children 95c3e33ef32e aa4423c82c23
line wrap: on
line source

syntax: glob
*.pyc
*.swp

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$
^RhodeCode\.egg-info$