view .hgignore @ 2538:827d4252d81f beta

Use actual names in branch-tag switcher
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 03 Jul 2012 00:20:12 +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$