I am trying to use the CMake and GIT support in Visual Studio, the way it is described here:
https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/
In particular there is no .sln file listing all of the source in the solution; instead there is a tree that Visual Studio is auto-crawling.
One thing that is trouble is the Find All in Solution. VS is searching the hidden .git local repository. Obviously I only want to search the non hidden source.
Is there a trick to make Find All work as I expect?