view .hgignore @ 4395:a6dfd14d4b20

Escape shell command parts for Git backend Python 2.x uses pipes.quote and Python 3.3+ uses shlex.quote in GitRepository._run_git_command()
author Daniel Anderson <daniel@dattrix.com>
date Fri, 18 Jul 2014 14:10:58 -0700
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

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$