view .hgignore @ 4922:5e66d3ec9880

docs/installation: add section on installation from repository source As we actually recommend this method, describe it as first option in the installation instructions.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 14 Mar 2015 21:51:33 +0100
parents 03bbd33bc084
children 7d6c4bd58abd
line wrap: on
line source

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

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$