Skip to content

Commit 748c0fd

Browse files
committed
Add CMake build directory patterns to .gitignore
1 parent 7eb86bd commit 748c0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ libsecp256k1.pc
5252

5353
### CMake
5454
/CMakeUserPresets.json
55-
# Default CMake build directory.
56-
/build
55+
# CMake build directories.
56+
/*build*
5757

5858
### Python
5959
__pycache__/

0 commit comments

Comments
 (0)