view .hgignore @ 5085:34f2da0a2969

ChangesetCommentsModel: cleanup of doc strings Docstrings that are out of date is a bug. Docstrings that doesn't add any value is thus a liability we would like to get rid of. [Changeset extracted and modified by Mads Kiilerich.]
author Jan Heylen <heyleke@gmail.com>
date Thu, 30 Apr 2015 07:05:18 +0200
parents 9885bbacf99c
children 19267f233d39
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$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$