view .hgignore @ 1708:fee9895fa46e beta

changed API to match fully JSON-RPC specs
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Nov 2011 03:08:09 +0200
parents 307ec693bdf2
children 95c3e33ef32e aa4423c82c23
line wrap: on
line source

syntax: glob
*.pyc
*.swp

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