]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add generated cipher implementation files to gitignore
authorDaniel Frink <daniel.frink@ibm.com>
Thu, 29 May 2025 00:23:39 +0000 (19:23 -0500)
committerTomas Mraz <tomas@openssl.org>
Fri, 30 May 2025 16:15:18 +0000 (18:15 +0200)
commit6c3e11101682ffc7ee2c36d0e1293de0e18181a4
tree2da295d85e211d7a6c76d4c9d684fc5304a574f4
parent0b968a3572d2932e7e756fc9977dbf808510a958
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 <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27715)
.gitignore