Files @ cb4e2b2be955
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
reposcan: avoid infinite recursion - don't follow symlinks when scanning

The whole reposcan mechanism is a mess and should be rewritten ...
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$