view .hgignore @ 2090:2632a49cb402 beta

fixes issue #372 - improved detection of git operation, that caused to return bad data and created a security bug
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 02 Mar 2012 21:53:19 +0200
parents 324ac367a4da
children 82a88013a3fd 95f1ed68cac1
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
Paste*.egg

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc\.ini$
^fabfile.py