view .hgignore @ 4797:517705a0f92a

users: use gravatar method from helpers instead of user_gravatar Now that we have a gravatar method that returns an element instead of an url, we can use that directly.
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 02 Sep 2014 16:44:53 +0200
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$