view .hgignore @ 6986:7c0f072dfc1e

less: remove weird .anchor style I see no point in this.
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 20:15:27 +0200
parents 42718729687e
children 6ef837acb0d2
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\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$