view .hgignore @ 2619:f1dfd3a2a193 beta

Added option to re-install githooks to repo2db mapper, and catch exception on removal so it doesn't break after first error
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 16 Jul 2012 03:02:41 +0200
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$