view .hgignore @ 6853:2ce1f4cd87d8

navbar: use Bootstrap 'caret' class instead of our own 'navbar-caret' This mostly reverses e075f2cc4f8c - now we use so much Bootstrap that it no longer is an issue. Note: This icon is smaller than the old one.
author domruf <dominikruf@gmail.com>
date Tue, 18 Jul 2017 22:07:44 +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__$