view .hgignore @ 1845:a048d0c6da3c beta

fixed show inline comments, broken after some html refactoring
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 07 Jan 2012 22:22:16 +0200
parents aa4423c82c23
children 27c8836e6356
line wrap: on
line source

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

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