view .hgignore @ 2124:273ce1a99c3f beta

fixed #397 Private repository groups shows up before login - added relevant test for this issue
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 13 Mar 2012 02:39:31 +0200
parents 95f1ed68cac1
children dc2584ba5fbc 7ac09514a178
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
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