Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Path exclusion wildcard problems
Path exclusion wildcard problems [message #201644] Fri, 14 September 2007 11:10
Eclipse UserFriend
I want to limit the search depth of the output path. I have a project
where all the binaries are placed as

<project>/build/<platform>/<target>.elf

and lots of other intermediate library/object files are placed in
subdirectories under the platform directory. I want to stop those being
searched.

If I set the output path to:

<project>/build
Exclusion filter: */libs/; */test/

it does what I expect.

However, I believe I should be able to set it up as

<project>/build
Exclusion filter: */*/

to tell it not to search any directory below the platform directory. But
that doesn't work - it seems to exclude everything, and not find stuff
in the top two directory levels. Am I misunderstanding the wildcard
mechanism, or is it broken?

Kevin
Previous Topic:Task tags on headers and other files
Next Topic:stop building project references
Goto Forum:
  


Current Time: Wed May 28 18:23:02 EDT 2025

Powered by FUDForum. Page generated in 0.02592 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top