Skip to content

Commit c3afeae

Browse files
authored
.gitignore: add CMakeUserPresets.json (#1347)
1 parent 04c7345 commit c3afeae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
.DS_Store
22

3+
# CMake "user presets" files
4+
# https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
5+
CMakeUserPresets.json
6+
37
# Python byte-compiled / optimized / DLL files
48
__pycache__/
59
*.py[cod]

0 commit comments

Comments
 (0)