view .hgignore @ 2683:eaf1782bee64 beta

add option to disable whoosh index in tests via an enviroment variable. - helps speed up testing, when whoosh is noot needed
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Aug 2012 23:07:26 +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$