optview2
optview2 copied to clipboard
Is there a way to exclude folders from being analyzed?
Hi there!
My project has quite big "contrib" folder full of open source code from github, as git submodules. It compiles as a part of my project. Is there a way to exclude this folder to be analyzed in the first place with clang or excluded when I run the optview?
Hey. Currently you can specify on the command line a list of folders to process, so you can manually form a list excluding your "contrib". I agree that an additional exclude option could be more convenient, will look into it.