Add build directory and CMake preset files to .gitignore

This commit is contained in:
Krystian Stasiowski
2024-01-10 04:28:25 -05:00
committed by Gennaro Prota
parent bf988466f8
commit 38bbebe9cd

9
.gitignore vendored
View File

@@ -1,8 +1,15 @@
bin/
bin64/
build/
# Because of CMake and VS2017
Win32/
x64/
.vs/
out/
out/
# VS CMake settings
/CMakeSettings.json
# CMake presets
/CMakePresets.json
/CMakeUserPresets.json