From 2f16a857425435c64e01b6f3c8db7c57905deeb0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 11 Apr 2023 06:26:58 -0600 Subject: Update .gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index cca3fae..cafdd03 100644 --- a/.gitignore +++ b/.gitignore @@ -27,12 +27,19 @@ *.gcov *.gcda +# mandoc stuff +links +mandoc.db + # Autotools stuff .deps .dirstamp Makefile Makefile.in +# CMake stuff +build + # Libtool stuff .libs *.lo @@ -67,7 +74,9 @@ tests/asn1string_copy* tests/asn1_string_to_utf8* tests/asn1time* tests/asn1x509* +tests/bio_asn1* tests/bio_chain* +tests/bio_host* tests/bio_mem* tests/bnaddsub* tests/bn_add_sub* @@ -128,6 +137,15 @@ tests/util.c tests/valid_handshakes_terminate* tests/handshake_table* +# benchmarks, tests with external dependencies +tests/bn_general* +tests/bn_mul_div* +tests/expirecallback* +tests/wycheproof-primes* + +# update.sh creates this for some reason +tests/empty.c + # ctags stuff TAGS -- cgit v1.2.3-55-g6feb