diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-17 17:05:16 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-17 17:05:16 +0200 |
commit | 28f30570ea733f36e9f7fb6ec40fca1837e90f7c (patch) | |
tree | b5d37f42c1a5c9630ee2945dd4f6e265a439d8e5 | |
parent | 0cb69d68ee84987861f99a7ad7d0bb018ebc0002 (diff) | |
download | portable-28f30570ea733f36e9f7fb6ec40fca1837e90f7c.tar.gz portable-28f30570ea733f36e9f7fb6ec40fca1837e90f7c.tar.bz2 portable-28f30570ea733f36e9f7fb6ec40fca1837e90f7c.zip |
Add asn1oct test to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ tests/asn1basic* | |||
70 | tests/asn1complex* | 70 | tests/asn1complex* |
71 | tests/asn1evp* | 71 | tests/asn1evp* |
72 | tests/asn1object* | 72 | tests/asn1object* |
73 | tests/asn1oct* | ||
73 | tests/asn1string_copy* | 74 | tests/asn1string_copy* |
74 | tests/asn1_string_to_utf8* | 75 | tests/asn1_string_to_utf8* |
75 | tests/asn1time* | 76 | tests/asn1time* |