view .hgignore @ 4552:246cf3be2b70

css: fix cut font the name of the repository got cut below the baseline (on windows? ed.)
author domruf <dominikruf@gmail.com>
date Thu, 28 Aug 2014 23:16:14 +0200
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$