.hgignore
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 13 Jun 2014 11:21:45 +0200
branchstable
changeset 9922 fc02ba8654a7
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
[serverctl] fix default value for db-init config-level Otherwise cubicweb-ctl db-init --automatic complains that "--automatic and --config-level should not be used together" when they weren't. Closes #3984336

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$
^doc/book/en/apidoc$
\.old$
syntax: regexp
.*/data/database/.*\.sqlite
.*/data/database/.*\.config
.*/data/database/tmpdb.*
.*/data/ldapdb/.*
^doc/html/
^doc/doctrees/
^doc/book/en/devweb/js_api/