.hgignore
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 16 May 2011 16:24:00 +0200
brancholdstable
changeset 7388 dc319ece0bd6
parent 7078 bad26a22fe29
child 7972 99210c8b63b0
permissions -rw-r--r--
[url rewriting] fix nasty bug in build_rset inner function: the same dictionary is used by all queries, hence triggering potentially important bugs on concurrent requests (this dictionary goes back and forth the repository)

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