view .hgignore @ 3317:b36285f90f89 beta

compare: rename optional compare_url parameter repo to other_repo At the same time it is placed before other_ref_type and other_ref. Just to keep a logical flow and (a new) consistency that will help the next refactoring.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 01 Feb 2013 23:13:10 +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$