From: Daniel Frink Date: Thu, 29 May 2025 00:23:39 +0000 (-0500) Subject: Add generated cipher implementation files to gitignore X-Git-Tag: openssl-3.6.0-alpha1~664 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c3e11101682ffc7ee2c36d0e1293de0e18181a4;p=thirdparty%2Fopenssl.git Add generated cipher implementation files to gitignore A commit was merged recently which change ciphercommon.c and cipher_chacha20_poly1305.c to be generated files. The corresponding .c files were not added to the gitignore, so this commit adds them to avoid them being erroneously tracked in the future. Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27715) --- diff --git a/.gitignore b/.gitignore index 015ed4295cf..bc396b0808c 100644 --- a/.gitignore +++ b/.gitignore @@ -85,6 +85,8 @@ providers/common/include/prov/der_digests.h providers/common/include/prov/der_wrap.h providers/common/include/prov/der_sm2.h providers/common/include/prov/der_ml_dsa.h +providers/implementations/ciphers/ciphercommon.c +providers/implementations/ciphers/cipher_chacha20_poly1305.c # error code files /crypto/err/openssl.txt.old