Files @ c0ddc86b4654
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
Fix possible exception about repo_name not defined, on whoosh indexer when using index-only option
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$