Files @ 8cea7986ed79
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template

The template.ini.mako was renamed in 6c8af2d22deb when the gearbox make-config
command was introduced. 'gearbox make-config' in an installed environment would
fail without this file.
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$
^\.cache$
/__pycache__$