.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 08 Apr 2013 16:43:26 +0200
branchstable
changeset 8870 c9d18b8dbfea
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
[webconfig] cleanly handles ``fckeditor_installed`` when no uiprops The previous version of the code relied on a default value with a dummy ``FCKEDITOR_PATH`` entry. The new code check if uiprops is initialized or not.

\.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/