view .hgignore @ 3411:0f15f88e69c1 beta

changelog: don't select all checkboxes in the middle The changesets in the log might not be linearly connected and intermediate changesets might not be a part of the operation the range is used for. Some way of highlighting the two selected changesets and some radio button functionality would however be nice.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 27 Feb 2013 01:28:23 +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$