We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3874c0 commit d528fdaCopy full SHA for d528fda
1 file changed
.gitignore
@@ -103,11 +103,8 @@ libs/secp256k1/*
103
/cmake-build-debug-coverage/
104
/cmake-build-release
105
*.log
106
-boost_1_78_0.tar.bz2
107
/build
108
/build-release
109
-/boost_1_78_0
110
-/boost_install
111
112
/IMPLEMENTATION_PLAN.md
113
@@ -125,8 +122,8 @@ CLAUDE.md
125
122
.claude/
126
123
127
124
# Conan-generated cmake files (from conan install)
128
-*-Target-debug.cmake
129
-*-debug-x86_64-data.cmake
+*-Target-*.cmake
+*-*-x86_64-data.cmake
130
*Config.cmake
131
*ConfigVersion.cmake
132
*Targets.cmake
0 commit comments