Skip to content

Commit 712090f

Browse files
gitignore: Add CMakeUserPresets.json
This file is specifically intended for *local* CMake templates (as opposed to CMakePresets.json).
1 parent d121958 commit 712090f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ build-aux/compile
5959
build-aux/test-driver
6060
libsecp256k1.pc
6161

62+
### CMake
63+
/CMakeUserPresets.json
6264
# Default CMake build directory.
6365
/build

0 commit comments

Comments
 (0)