view .hgignore @ 1834:d0e477b5dc95

backported fixes for issue #318 - session cleanup for mercurial and git middlewares
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 06 Jan 2012 06:09:12 +0200
parents 95c3e33ef32e
children 82a88013a3fd
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.egg-info
*.egg

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