aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-17 17:05:16 +0200
committerTheo Buehler <tb@openbsd.org>2023-05-17 17:05:16 +0200
commit28f30570ea733f36e9f7fb6ec40fca1837e90f7c (patch)
treeb5d37f42c1a5c9630ee2945dd4f6e265a439d8e5
parent0cb69d68ee84987861f99a7ad7d0bb018ebc0002 (diff)
downloadportable-28f30570ea733f36e9f7fb6ec40fca1837e90f7c.tar.gz
portable-28f30570ea733f36e9f7fb6ec40fca1837e90f7c.tar.bz2
portable-28f30570ea733f36e9f7fb6ec40fca1837e90f7c.zip
Add asn1oct test to .gitignore
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d6b9276..2f30f74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,6 +70,7 @@ tests/asn1basic*
70tests/asn1complex* 70tests/asn1complex*
71tests/asn1evp* 71tests/asn1evp*
72tests/asn1object* 72tests/asn1object*
73tests/asn1oct*
73tests/asn1string_copy* 74tests/asn1string_copy*
74tests/asn1_string_to_utf8* 75tests/asn1_string_to_utf8*
75tests/asn1time* 76tests/asn1time*