From: Dimitri John Ledkov Date: Sun, 28 Apr 2024 19:27:22 +0000 (+0100) Subject: gitignore: ignore newly generated header X-Git-Tag: openssl-3.4.0-alpha1~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51fd52b8a791528971ca13aa4db94e5d50804b29;p=thirdparty%2Fopenssl.git 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) --- 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