.hgignore
author Edouard Tisserant
Tue, 22 Jan 2013 19:03:25 +1100
changeset 906 de452d65865c
parent 734 5c42cafaee15
child 944 52a17be9c4d1
permissions -rw-r--r--
Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.
.project

syntax: regexp
^tests/canopen_slave/build$
syntax: regexp
^tests/canopen_master/build$
syntax: regexp
^tests/python/build$
syntax: regexp
^tests/svgui/build$
syntax: regexp
^tests/wxGlade/build$
syntax: regexp
^.*\.pyc$