view .hgignore @ 2420:a78cd80ad385 beta

Added localization for the “quick filter” menu item and improved localization on the followers page.
author Vincent Duvert <vincent@duvert.net>
date Tue, 05 Jun 2012 20:40:43 +0200
parents 7ac09514a178
children b5c57e2176dc
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
^\.rhodecode$