view .hgignore @ 4796:315e8a847e2e

gravatar: use font awesome icons This changes gravatar_url to return an empty string (meaning use an icon) instead of returning a default image. Since this was a structural change, the changeset is fairly large.
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 02 Sep 2014 19:35:49 -0500
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$