aboutsummaryrefslogtreecommitdiff
path: root/src/secp256k1/.gitignore
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2023-03-08 17:41:24 -0500
committerPieter Wuille <pieter@wuille.net>2023-03-08 17:41:24 -0500
commite5c7fcb361d3379c254a52104b4ba25907cd07bb (patch)
tree37e8e274f70f03efae813330d9e31c40a129d81b /src/secp256k1/.gitignore
parent710fd571ff4c3133e41d7f62922cb4cc816250d3 (diff)
parent763079a3f1b937f54e3c2d4166d296f596f7be1b (diff)
downloadbitcoin-e5c7fcb361d3379c254a52104b4ba25907cd07bb.tar.xz
Update src/secp256k1 subtree to upstream libsecp256k1 v0.3.0
Diffstat (limited to 'src/secp256k1/.gitignore')
-rw-r--r--src/secp256k1/.gitignore9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/secp256k1/.gitignore b/src/secp256k1/.gitignore
index 80c646b771..bc7e499de7 100644
--- a/src/secp256k1/.gitignore
+++ b/src/secp256k1/.gitignore
@@ -1,11 +1,12 @@
bench
bench_ecmult
bench_internal
+noverify_tests
tests
exhaustive_tests
precompute_ecmult_gen
precompute_ecmult
-valgrind_ctime_test
+ctime_tests
ecdh_example
ecdsa_example
schnorr_example
@@ -42,8 +43,6 @@ coverage.*.html
*.gcno
*.gcov
-src/libsecp256k1-config.h
-src/libsecp256k1-config.h.in
build-aux/ar-lib
build-aux/config.guess
build-aux/config.sub
@@ -58,5 +57,7 @@ build-aux/m4/ltversion.m4
build-aux/missing
build-aux/compile
build-aux/test-driver
-src/stamp-h1
libsecp256k1.pc
+
+# Default CMake build directory.
+/build