view .hgignore @ 2360:c15c3430df74 beta

fixed issue with git's `no new line..` messages inside diff block. It might sometimes happen that showed html diff was short one line because of this
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 30 May 2012 21:12:04 +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