view .hgignore @ 2981:6cd0f8f8aef1 beta

Let the function calculating changeset history do all the work - fixed exception handling for fallback method
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 04 Nov 2012 14:34:34 +0100
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$