Add "out" folder for CMake Project Visual Studio

This commit is contained in:
karl-police 2024-09-11 16:14:37 +02:00
parent a8047b2e46
commit 8031006a41

1
.gitignore vendored
View file

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