view .hgignore @ 1617:cf128ced8c85 beta

Improved container-based auth implementation and added support for a reverse-proxy setup (using the X-Forwarded-User header)
author Liad Shani <liadff@gmail.com>
date Wed, 26 Oct 2011 21:59:22 +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$