view .hgignore @ 5797:7b6bc0255e39

i18n: updated translation for French Currently translated at 100.0% (1135 of 1135 strings)
author Étienne Gilli <etienne.gilli@gmail.com>
date Mon, 21 Mar 2016 13:00:30 +0000
parents bfa66e8887d7
children 9358211ee144
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$
^\.cache$