view .hgignore @ 3244:23c816fd6afb beta

fixes #741 add note that VS2008 is the ONLY supported Visual Studio version
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 28 Jan 2013 20:52:57 +0100
parents 33d63f5cc48c
children a5f0bc867edc bd39c1f70e35
line wrap: on
line source

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

syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.rhodecode$