view .hgignore @ 5480:ef524d262737 stable

i18n: updated translation for French Currently translated at 58.8% (661 of 1123 strings)
author Andrew Shadura <andrew@shadura.me>
date Mon, 07 Sep 2015 16:35:09 +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$