view .hgignore @ 3258:6f71e6f81c9f beta

Fix bold beeing not escaped in emails and make the email form more consistent
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 29 Jan 2013 22:41:05 +0100
parents 33d63f5cc48c
children a5f0bc867edc bd39c1f70e35
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
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
^\.rhodecode$