view .hgignore @ 5487:98b7c332c9f2 stable

i18n: updated translation for German Currently translated at 59.6% (670 of 1123 strings)
author Robert Rauch <mail@robertrauch.de>
date Tue, 08 Sep 2015 10:49:23 +0000
parents 19267f233d39
children bfa66e8887d7
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

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