view .hgignore @ 4566:74daf39958b6

Translated using Weblate (German) Currently translated at 23.2% (250 of 1077 strings)
author Michal Čihař <michal@cihar.com>
date Wed, 19 Nov 2014 11:52:58 +0000
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$