Closed
Description
Issue / Feature Request Summary
A configuration parameter to exclude folders from compilation.
Consider a case where all libraries are in ./lib
so they can all be in a single git hub repo (using git submodules). arduino_ci
walks the tree to find all the header files - irrespective of any compiler directives to use mock headers/classes instead, the libraries get pulled in too (which may break compilation).