view .hgignore @ 3579:11feddcd75bb beta

after hooks cleanup we don't need to have ui injections into repo so we don't need to cache git repos - change to @property fixes all odd concurrency issues with zlib decompressions
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Mar 2013 19:58:24 +0100
parents 33d63f5cc48c
children a5f0bc867edc bd39c1f70e35
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$