view .hgignore @ 5280:24239f8ea946

db: cleanup of repo group choices - better handling of root and better sorting groups_choices always get a groups list so there is no reason have code for creating a list. All the responsibility of creating the tuples is moved to _generate_choice - also for the magic top level entries. Also sort the choices by all path elements - not just the top level element.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 20 Jul 2015 15:11:42 +0200
parents 9885bbacf99c
children 19267f233d39
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$