Files @ 442d81c381dc
Branch filter:

Location: kallithea/.hgignore - annotation

Mads Kiilerich
settings: show bullet indicating the currently selected sub page

With this indication, some page headings are no longer relevant.

This was apparently lost when Kallithea started.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo

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$