Files @ d37b79ad0ae8
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
Fixed issue with rm__ system that put removed repos in root location, it can lead to making a heavy copy, and remove operation.
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$