.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 06 Sep 2011 15:29:05 +0200
branchstable
changeset 7765 6f6253e44bdd
parent 7078 bad26a22fe29
child 7972 99210c8b63b0
permissions -rw-r--r--
devtools: Fix cleanup of temporary database (closes #1908656) The stored database path for clean up was not absolute. We now make the ``db-name`` absolute at database manade initialization. before storing the name for cleanup.

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