view .hgignore @ 4912:295900ff473d

docs: don't use fixed-width fonts when not needed
author Andrew Shadura <andrew@shadura.me>
date Thu, 12 Mar 2015 09:43:05 +0100
parents 03bbd33bc084
children 7d6c4bd58abd
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$
^my\.ini$
^fabfile.py
^\.idea$