view .hgignore @ 1962:1ce36a5f2305

backported fix for issue with uploading files from web interface
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 28 Jan 2012 07:14:01 +0200
parents 95c3e33ef32e
children 82a88013a3fd
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$