view .hgignore @ 1664:65386911df2a beta

fixes issue with mercurial 2.0 and archival of subrepos. - Disable hooks when doing archive commandsvovercome mercurial problem of hook propagation to subrepos
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 11 Nov 2011 18:16:14 +0200
parents 307ec693bdf2
children 95c3e33ef32e aa4423c82c23
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$