view .hgignore @ 1899:0f463fa8b260

backported fix for #337
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Jan 2012 01:08:21 +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$