view .hgignore @ 1435:a62af7d509ee beta

fixes #228 - added detection of assigned groups to prevent errors on sqlite
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 19 Jul 2011 17:10:34 +0200
parents a555d8345105
children a28bd9cb6549 3338a0994472
line wrap: on
line source

syntax: glob
*.pyc
*.swp

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$
^RhodeCode\.egg-info$