view .hgignore @ 2310:83e4447077d3 beta

Improved i18n for the comment count (use of ngettext for pluralisation).
author Vincent Duvert <vincent@duvert.net>
date Sun, 20 May 2012 10:47:33 +0200
parents 95f1ed68cac1
children dc2584ba5fbc 7ac09514a178
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
Paste*.egg

syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc\.ini$
^fabfile.py