view .hgignore @ 5098:6101e27a7799

i18n: added translation for Belarusian Currently translated at 80.8% (902 of 1115 strings)
author Viktar Palstsiuk <vipals@gmail.com>
date Thu, 30 Apr 2015 19:24:24 +0000
parents 9885bbacf99c
children 19267f233d39
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$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$