view .hgignore @ 2850:867820342329 beta

fix for #569 add version to static files for rhodecode to overcome cache problems
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 Sep 2012 20:21:35 +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$