view .hgignore @ 1546:c363267bbec7 beta

fixes #265 ldap save fails sometimes on converting attributes to booleans, added getter and setter into model that will provent from this errors on db model level
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 11 Oct 2011 21:38:27 +0200
parents a555d8345105
children a28bd9cb6549 3338a0994472
line wrap: on
line source

syntax: glob
*.pyc
*.swp

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$
^RhodeCode\.egg-info$