view .hgignore @ 1938:f790b5c6cce9 beta

issue and commits linking added also for shortlog
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 21 Jan 2012 07:15:03 +0200
parents 27c8836e6356
children 3dd89d30cd28
line wrap: on
line source

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

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