Update .gitignore

This commit is contained in:
Theo Buehler 2023-04-11 06:26:58 -06:00
parent f9fbe121cf
commit 2f16a85742

18
.gitignore vendored
View File

@ -27,12 +27,19 @@
*.gcov *.gcov
*.gcda *.gcda
# mandoc stuff
links
mandoc.db
# Autotools stuff # Autotools stuff
.deps .deps
.dirstamp .dirstamp
Makefile Makefile
Makefile.in Makefile.in
# CMake stuff
build
# Libtool stuff # Libtool stuff
.libs .libs
*.lo *.lo
@ -67,7 +74,9 @@ tests/asn1string_copy*
tests/asn1_string_to_utf8* tests/asn1_string_to_utf8*
tests/asn1time* tests/asn1time*
tests/asn1x509* tests/asn1x509*
tests/bio_asn1*
tests/bio_chain* tests/bio_chain*
tests/bio_host*
tests/bio_mem* tests/bio_mem*
tests/bnaddsub* tests/bnaddsub*
tests/bn_add_sub* tests/bn_add_sub*
@ -128,6 +137,15 @@ tests/util.c
tests/valid_handshakes_terminate* tests/valid_handshakes_terminate*
tests/handshake_table* 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 # ctags stuff
TAGS TAGS