Open
Description
I have to maintain a C, C++ source code project.
When I am recursively indexing the files, all files located in subdirectories that have (strangely of course) names ending with .lib or .so are ignored. Yes it is the subdirectory name that ends with .lib or .so!
My guess is that this behaviour has something to do with the *.lib and *.so entries in --list-excludes
.
Although I have read the documentation carefully I haven't found any way to include these kind subdirectories. I have tried to use --exclude-exception
but because I am not explicitly --exclude
a pattern this procedure does not work for me.
Any help would be very much appreciated and maybe the documentation could consider this use case too.