view .hgignore @ 2637:fc38df41b9b7 beta

Reverted delete zombie repos on server start, this can be misleading, and somehow dangerous option. It's better that server restarts as fast as possible without any magical functions going on. Cleanup can be still made from rescan option in admin
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 20 Jul 2012 19:38:46 +0200
parents b5c57e2176dc
children 63e58ef80ef1 33d63f5cc48c
line wrap: on
line source

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$