.hgignore
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 26 Jul 2011 16:34:42 +0200
branchstable
changeset 7697 ef50074a0314
parent 7078 bad26a22fe29
child 7972 99210c8b63b0
permissions -rw-r--r--
[repo api] deprecates source.extid2eid, only the system source should implement it, and one should directly use the repo api instead of this confusing and error-prone short-cut. Deprecates eid2ext as well for consistency.

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