view .hgignore @ 2036:872d5f0aafe4 beta

don't crash whole migrations if we cannot drop constraints. Those aren't so important. It might happen than older versions of rhodecode don't have those.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 19:30:47 +0200
parents 324ac367a4da
children 82a88013a3fd 95f1ed68cac1
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
Paste*.egg

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc\.ini$
^fabfile.py