I am trying to run the kwinject command. The problem is that one of my Makefiles compiles a directory that I do not want to scan, so, is there a way to exclude these files?
I have tried with kwinject --ignore-files {directory-where-makefile-points-at/*}
but it is not working.
Do you guys know if is that possible?