view .hgignore @ 5240:e2f9a14a54e0

autocomplete: remove redundant return in MembersAutoComplete Nobody is using these values; they were removed in the other autocompletes before.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 26 Jun 2015 22:13: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$