Skip to content

Commit d528fda

Browse files
committed
Fix .gitignore: cover Conan release-variant cmake artifacts, remove stale boost 1.78 entries
1 parent f3874c0 commit d528fda

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,8 @@ libs/secp256k1/*
103103
/cmake-build-debug-coverage/
104104
/cmake-build-release
105105
*.log
106-
boost_1_78_0.tar.bz2
107106
/build
108107
/build-release
109-
/boost_1_78_0
110-
/boost_install
111108

112109
/IMPLEMENTATION_PLAN.md
113110

@@ -125,8 +122,8 @@ CLAUDE.md
125122
.claude/
126123

127124
# Conan-generated cmake files (from conan install)
128-
*-Target-debug.cmake
129-
*-debug-x86_64-data.cmake
125+
*-Target-*.cmake
126+
*-*-x86_64-data.cmake
130127
*Config.cmake
131128
*ConfigVersion.cmake
132129
*Targets.cmake

0 commit comments

Comments
 (0)