view .hgignore @ 7337:d5eaa70e0f2a

remove references to pythonhosted.org (issue #293) The pythonhosted service is no longer supported. Update links to point to docs.kallithea-scm.org (which redirects to kallithea.readthedocs.io) While at it, fix the whoosh pythonhosted.org reference as well.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 11 Jun 2018 21:43:03 +0200
parents 6c3bb9a845d7
children 2917d2be0106
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
node_modules/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea/public/css/style\.css(\.map)?$
^theme\.less$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$