view .hgignore @ 6770:5cc6a3308a8f stable

repo-scan: rewrite get_filesystem_repos to use os.walk instead of stupid recursion I think this is more readable. It is also faster. Perhaps because the more readable implementation makes it easier to optimize.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 18 Oct 2016 23:29:23 +0200
parents bfa66e8887d7
children 9358211ee144
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$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$