The build directory should be excluded by default. For example, if you create a default "Hello, World!" project (`File | New Project` > `C++ Executable` > `Create`), the `cmake-build-debug` build directory will be marked as Excluded (highlighted with yellow background in the Project tree):
Hello!
The build directory should be excluded by default. For example, if you create a default "Hello, World!" project (`File | New Project` > `C++ Executable` > `Create`), the `cmake-build-debug` build directory will be marked as Excluded (highlighted with yellow background in the Project tree):
Why do you need to re-exclude it?
Yes, it should, but it is not!, I always have to manual exclude the 'cmake-build-debug', it is me who was asking why do I need to re-exclude it!
How do you determine that the directory is not excluded?