.hgignore
author Alain Leufroy <alain.leufroy@logilab.fr>
Fri, 15 Oct 2010 19:49:00 +0200
branchstable
changeset 6517 c991ad161d8f
parent 3990 14e14fef4460
child 7078 bad26a22fe29
permissions -rw-r--r--
[pkg] force copying data files in sys.path * Hack setuptools to copy data files in sys.path instead of egg directory * Hack easy_install's SandboxViolation verification to allow writting files in sys.path (allowed by disutils)

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$
^doc/book/en/apidoc$