view .hgignore @ 3020:00498b3e4c88 beta

Cleaned the way cache keys are invalidated should fix issue #504 RhodeCode is showing different versions of README on different summary page loads
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 23 Nov 2012 16:59:30 +0100
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$