view .hgignore @ 4986:7d6c4bd58abd

i18n: don't include .mo files in the repo - build them on demand (We do however keep the english .mo for now to preserve backwards compatibility.)
author Mads Kiilerich <madski@unity3d.com>
date Tue, 07 Apr 2015 02:51:24 +0200
parents 03bbd33bc084
children 9885bbacf99c
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo

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$