Add default "out" folder for CMake Project Visual Studio (#1394)

https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170#ide-integration

Apparently ``/out`` is a default folder when opening the project as a
CMake project in Visual Studio.

 

Could it be added to the ``.gitignore`` please.


![image](https://github.com/user-attachments/assets/10add17c-bbfc-4811-8c43-0ed2e84c5b9e)
This commit is contained in:
karl-police 2024-09-13 18:51:10 +02:00 committed by GitHub
parent a8047b2e46
commit 5cdea64b7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/build/
/build[.-]*/
/out
/cmake/
/cmake[.-]*/
/coverage/