view .hgignore @ 1570:dddd9380d0bf

Merge with ff41d5f00e28d296303e39f29125e83a01157330
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 17 Oct 2011 01:42:55 +0200
parents a28bd9cb6549
children 95c3e33ef32e
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.egg-info
*.egg

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