view .hgignore @ 2206:deb816e5a579

fixed migration bug
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 23 Apr 2012 18:31:51 +0200
parents dc2584ba5fbc
children 63e58ef80ef1
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.egg-info
*.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