view .hgignore @ 2533:5a826060251f beta

redirect to pull-request overview after creation
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 02 Jul 2012 00:59:46 +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$