Add asn1oct test to .gitignore

This commit is contained in:
Theo Buehler 2023-05-17 17:05:16 +02:00
parent 0cb69d68ee
commit 28f30570ea

1
.gitignore vendored
View File

@ -70,6 +70,7 @@ tests/asn1basic*
tests/asn1complex*
tests/asn1evp*
tests/asn1object*
tests/asn1oct*
tests/asn1string_copy*
tests/asn1_string_to_utf8*
tests/asn1time*