view .hgignore @ 7302:1a3af9e025e2 stable

make-release: remove instruction about updating copyright/contributors The copyright script is now run by the script itself, so a warning to run it is no longer necessary.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Mar 2018 20:52:26 +0100
parents bfa66e8887d7
children 9358211ee144
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$
^\.cache$