view .hgignore @ 3830:08d439bfbd8c beta

fixed handling shell argument in subprocess calls, it always was hardcoded even when passed properly in arguments
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 09 May 2013 13:29:03 +0200
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$