view .hgignore @ 4790:c81379d100e0

pull request: fix user automatically activated with LDAP authentication (Issue #78)
author Denis Blanchette <dblanchette@coveo.com>
date Fri, 23 Jan 2015 11:06:06 -0500
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$