view .hgignore @ 6882:a0ed1a63e889

hg: drop test that used the illegal tag name '11' Mercurial would fail with RepositoryError: cannot use an integer as a name if trying to create such a tag through a high level api. We happen to use a low level api that doesn't perform that check. Still, the tag is wrong.
author domruf <dominikruf@gmail.com>
date Wed, 16 Aug 2017 22:24:55 +0200
parents 9358211ee144
children 42718729687e
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$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$