Files @ 6cd0f8f8aef1
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
Let the function calculating changeset history do all the work
- fixed exception handling for fallback method
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$