Files @ c1b84cc1ca06
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
db_manage: don't ask for confirmation before using symlink - just warn

Mostly a backout of bbaf0b86a1fe ... but we still use the normalized path.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$