diff options
| author | Charles Mirabile <cmirabil@redhat.com> | 2025-12-12 13:47:17 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-02 12:57:23 +0100 |
| commit | 681fd588733cd9e3ca033474f6b46ed147331af7 (patch) | |
| tree | dc74b08df38d4a748c88cf6bec4e1c6c2c404f45 /lib | |
| parent | 5bb88024409ef7bb53e5d42d35097a7a3157f764 (diff) | |
lib/crypto: riscv: Add poly1305-core.S to .gitignore
commit 5a0b1882506858b12cc77f0e2439a5f3c5052761 upstream.
poly1305-core.S is an auto-generated file, so it should be ignored.
Fixes: bef9c7559869 ("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>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/crypto/riscv/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/riscv/.gitignore b/lib/crypto/riscv/.gitignore new file mode 100644 index 000000000000..0d47d4f21c6d --- /dev/null +++ b/lib/crypto/riscv/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +poly1305-core.S |
