view .hgignore @ 5494:57caeb60c52b stable

docs: add documentation for setup with puppet Incorporates feedback from Branko Majic and Søren Løvborg.
author Robert Rauch <mail@robertrauch.de>
date Thu, 03 Sep 2015 13:10:17 +0200
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$