view .hgignore @ 1558:662173ba1846 beta

Improvements to mod_wsgi setup documentation.
author Augusto Herrmann <augusto.herrmann@planejamento.gov.br>
date Wed, 12 Oct 2011 22:01:35 -0300
parents a555d8345105
children a28bd9cb6549 3338a0994472
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$