Always have to manual re-exclude cmake-build-dir
I always have to re-exclude cmake build directories, like `cmake-build-debug`.
And I could not directly exclude them, I have to exclude any other folder first, then undo.
Why?
Please sign in to leave a comment.
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?