view .hgignore @ 5988:110dcae69d7d stable

protocols: fix assertion error when accessing repositories with "permanent" urls (Issue #202) I am not aware of any good way to test this, so it is tested with a Mercurial only hack.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 29 Jun 2016 16:45:15 +0200
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$