view .hgignore @ 918:b2d5868cc4b8 beta

fixes #97 in simplehg and simplegit, force casting to headers
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Jan 2011 14:36:10 +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$