aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-28 01:51:07 -0600
committerBrent Cook <busterb@gmail.com>2023-02-28 01:51:07 -0600
commit65af3925dcb7fc84000cedc373d5f84db3fc3265 (patch)
tree9f2d4f624aba85b237d49e72e9c3dee908fa5c25
parentab214b56962ff7759ed4d9bc9f326e9d094c632a (diff)
downloadportable-65af3925dcb7fc84000cedc373d5f84db3fc3265.tar.gz
portable-65af3925dcb7fc84000cedc373d5f84db3fc3265.tar.bz2
portable-65af3925dcb7fc84000cedc373d5f84db3fc3265.zip
update .gitignore for integrated tests, build files
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a47dd50..826d157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,6 +55,7 @@ x509v3.cnf
55test-driver 55test-driver
56*.log 56*.log
57*.trs 57*.trs
58tests/*.crl
58tests/aes_wrap* 59tests/aes_wrap*
59tests/arc4random_fork* 60tests/arc4random_fork*
60tests/asn1api* 61tests/asn1api*
@@ -66,13 +67,23 @@ tests/asn1string_copy*
66tests/asn1_string_to_utf8* 67tests/asn1_string_to_utf8*
67tests/asn1time* 68tests/asn1time*
68tests/asn1x509* 69tests/asn1x509*
70tests/bio_chain*
71tests/bio_mem*
69tests/bnaddsub* 72tests/bnaddsub*
73tests/bn_add_sub*
74tests/bn_cmp*
70tests/bn_isqrt* 75tests/bn_isqrt*
76tests/bn_mod_exp*
77tests/bn_mod_exp_zero*
71tests/bn_mod_exp2_mont* 78tests/bn_mod_exp2_mont*
72tests/bn_mod_sqrt* 79tests/bn_mod_sqrt*
80tests/bn_mont*
73tests/bn_primes* 81tests/bn_primes*
74tests/bn_rand_interval* 82tests/bn_rand_interval*
83tests/bn_shift*
75tests/bn_to_string* 84tests/bn_to_string*
85tests/bn_unit*
86tests/callback*
76tests/cipher* 87tests/cipher*
77tests/constraints* 88tests/constraints*
78tests/ec_point_conversion* 89tests/ec_point_conversion*
@@ -156,8 +167,10 @@ libtls-standalone/VERSION
156ssl/hidden 167ssl/hidden
157ssl/*.c 168ssl/*.c
158ssl/*.h 169ssl/*.h
170ssl/*.mk
159tls/*.c 171tls/*.c
160tls/*.h 172tls/*.h
173tls/*.mk
161include/pqueue.h 174include/pqueue.h
162include/tls.h 175include/tls.h
163include/openssl/*.h 176include/openssl/*.h