From 51fd52b8a791528971ca13aa4db94e5d50804b29 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Sun, 28 Apr 2024 20:27:22 +0100 Subject: [PATCH] gitignore: ignore newly generated header Ignore generated include/openssl/x509_acert.h introduced in https://github.com/openssl/openssl/pull/15857 Signed-off-by: Dimitri John Ledkov Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24287) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 98184721f22..d2de49876dd 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ /include/openssl/ui.h /include/openssl/x509.h /include/openssl/x509v3.h +/include/openssl/x509_acert.h /include/openssl/x509_vfy.h /include/openssl/core_names.h /include/internal/param_names.h -- 2.47.2