Path exclusion wildcard problems [message #201644] |
Fri, 14 September 2007 11:10 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02592 seconds