view .hgignore @ 1991:9e0db8d8d616 beta

changed warning log message for reading hgrc files, it was confusing. It's just an indication of the fact that there is no such file...
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 14 Feb 2012 23:09:25 +0200
parents 3dd89d30cd28
children 324ac367a4da
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$