Files @ eaf1782bee64
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
add option to disable whoosh index in tests via an enviroment variable.
- helps speed up testing, when whoosh is noot needed
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$