view .hgignore @ 2326:405b1170f577 beta

fixed readme rendering bug. when there existed a directory named like dicovery file for readme, it crashed trying to read it's content. We just skip them now
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 22 May 2012 20:23:30 +0200
parents 95f1ed68cac1
children dc2584ba5fbc 7ac09514a178
line wrap: on
line source

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

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