Skip to content

Commit 38bbebe

Browse files
sdkrystiangennaroprota
authored andcommitted
Add build directory and CMake preset files to .gitignore
1 parent bf98846 commit 38bbebe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
bin/
22
bin64/
3+
build/
34

45
# Because of CMake and VS2017
56
Win32/
67
x64/
78
.vs/
8-
out/
9+
out/
10+
11+
# VS CMake settings
12+
/CMakeSettings.json
13+
# CMake presets
14+
/CMakePresets.json
15+
/CMakeUserPresets.json

0 commit comments

Comments
 (0)