view .hgignore @ 4975:beb4cbf30d00

docs: create separate 'Administrator guide' The current 'Usage' section combines real usage information (intended for repository owners) with information for administrators. Instead, create a distinct 'administrator guide'.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sun, 05 Apr 2015 21:52:05 +0200
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$