view .hgignore @ 878:859bc9e7a15d beta

Extended repo2db mapper with group creation via directory structures Added Groups model to db models fixed group name with filesystem name rather than MercurialRepository Instance
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 27 Dec 2010 00:09:12 +0100
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$