view .hgignore @ 4827:8d76245daefa

feed: urlify and escape the commit description This prevents HTML injections and also makes URLs clickable.
author Andrew Shadura <andrew@shadura.me>
date Wed, 11 Feb 2015 20:38:12 +0100
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$