view .hgignore @ 3853:be2b75779da3 beta

Repository groups: super admin shouldn't have the permission set when he creates a group. Super admins anyway can edit groups even without explicit permissions set
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 May 2013 19:19:33 +0200
parents bd39c1f70e35
children b619d9eef67a
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$
^\.idea$