view .hgignore @ 1964:b1ad9efeec14 beta

fixed requires files, added distinction on win vs other platforms
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 28 Jan 2012 18:07:20 +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$