view .hgignore @ 5476:7918ed610324

meta: update CONTRIBUTORS and kallithea/templates/about.html from hg Old content is preserved but not necessarily propagated so they remain slightly different. Contributors are sorted by most recent contribution, contribution history and name.
author Mads Kiilerich <madski@unity3d.com>
date Sun, 06 Sep 2015 21:46:32 +0200
parents 19267f233d39
children bfa66e8887d7
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$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$