view .hgignore @ 5102:a9d2e2958514 stable

pullrequests: use correct References header when adding reviewers to (new?) PRs Use the same message id when inviting to a PR as we do when commenting on a PR.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 07 May 2015 16:23:45 +0200
parents 7d6c4bd58abd
children 9885bbacf99c
line wrap: on
line source

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$