view .hgignore @ 1744:d41a115d9a39 beta

remove cache from default perms. In some cases of concurrent repo removal it crashed. There's no speed regression on this one.
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 01 Dec 2011 00:40:28 +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$