view .hgignore @ 7233:0e83a1bf6e49

setup: drop support for Mercurial < 4.0 There is little point in supporting Mercurial versions more than 2 years old. Also, the old memfilectx hack gets in the way for a clean workaround for a new API change. Some further cleanups might be possible when we can assume Mercurial >= 4.0 .
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 14:14:55 +0200
parents 6ef837acb0d2
children 8152f9e6a778
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$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$