]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
lib/crypto: riscv: Add poly1305-core.S to .gitignore
authorCharles Mirabile <cmirabil@redhat.com>
Fri, 12 Dec 2025 18:47:17 +0000 (13:47 -0500)
committerEric Biggers <ebiggers@kernel.org>
Sun, 14 Dec 2025 18:18:22 +0000 (10:18 -0800)
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>
lib/crypto/riscv/.gitignore [new file with mode: 0644]

diff --git a/lib/crypto/riscv/.gitignore b/lib/crypto/riscv/.gitignore
new file mode 100644 (file)
index 0000000..0d47d4f
--- /dev/null
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+poly1305-core.S