view .hgignore @ 2740:8ee8f4dc16df beta

changed the tests for search. for >1 page we cannot guarantee the order, thus we cannot check for particular revision.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 25 Aug 2012 20:15:03 +0200
parents b5c57e2176dc
children 63e58ef80ef1 33d63f5cc48c
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$