view .hgignore @ 1077:ee3a5a5f66bf beta

fixed recursive include typo in manifest thanks to Fredrik Håård
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Feb 2011 00:10:06 +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$