diff options
| author | Charles Mirabile <cmirabil@redhat.com> | 2025-12-12 13:47:17 -0500 |
|---|---|---|
| committer | Eric Biggers <ebiggers@kernel.org> | 2025-12-14 10:18:22 -0800 |
| commit | 5a0b1882506858b12cc77f0e2439a5f3c5052761 (patch) | |
| tree | 72ed2f7a121466395570f88d21e1a8410ce27be3 | |
| parent | c4b502d60a71cf0c0c938f133dc4c0e2adc17b44 (diff) | |
lib/crypto: riscv: Add poly1305-core.S to .gitignore
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>
| -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 |
