view .hgignore @ 1067:717ccea6df18 beta

fixed some very strange issue with htmlfill import - don't know why but this needs to be imported as separate module
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 19 Feb 2011 07:39:01 +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$