lib/crypto: riscv: Add poly1305-core.S to .gitignore
commit5a0b188250upstream. poly1305-core.S is an auto-generated file, so it should be ignored. Fixes:bef9c75598("lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation") Cc: stable@vger.kernel.org Signed-off-by: Charles Mirabile <cmirabil@redhat.com> Link: https://lore.kernel.org/r/20251212184717.133701-1-cmirabil@redhat.com Signed-off-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5bb8802440
commit
681fd58873
2
lib/crypto/riscv/.gitignore
vendored
Normal file
2
lib/crypto/riscv/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
poly1305-core.S
|
||||
Reference in New Issue
Block a user