Skip to content

Commit e7031bd

Browse files
committed
Add CMake build directory patterns to .gitignore
1 parent b6c2a3c commit e7031bd

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
@@ -63,8 +63,8 @@ libsecp256k1.pc
6363

6464
### CMake
6565
/CMakeUserPresets.json
66-
# Default CMake build directory.
67-
/build
66+
# CMake build directories.
67+
/*build*
6868

6969
### Python
7070
__pycache__/

0 commit comments

Comments
 (0)