view .hgignore @ 5212:d73532748868

i18n: updated translation for Dutch (Belgium) Currently translated at 0.7% (8 of 1116 strings)
author Sam Jaques <sam.jaques@me.com>
date Thu, 28 May 2015 22:41:42 +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$