view .hgignore @ 2525:c35980ae7958 beta

Don't always return action, raise an Exception if we cannot check what the action is
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 01 Jul 2012 16:11:38 +0200
parents 7ac09514a178
children b5c57e2176dc
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
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$