view .hgignore @ 2516:8ee72933405f beta

removed top pagination from notifications as it's breaking the UI
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 26 Jun 2012 22:23:41 +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$