[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251212184717.133701-1-cmirabil@redhat.com>
Date: Fri, 12 Dec 2025 13:47:17 -0500
From: Charles Mirabile <cmirabil@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: linux-crypto@...r.kernel.org,
linux-riscv@...ts.infradead.org,
ebiggers@...nel.org,
Jason@...c4.com,
ardb@...nel.org,
zhihang.shao.iscas@...il.com,
zhangchunyan@...as.ac.cn,
Charles Mirabile <cmirabil@...hat.com>
Subject: [PATCH] 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")
Signed-off-by: Charles Mirabile <cmirabil@...hat.com>
---
lib/crypto/riscv/.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 lib/crypto/riscv/.gitignore
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
--
2.43.0
Powered by blists - more mailing lists