linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: riscv: add poly1305-core.S to .gitignore
@ 2025-12-12 18:47 Charles Mirabile
  2025-12-13  2:30 ` Eric Biggers
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Mirabile @ 2025-12-12 18:47 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-crypto, linux-riscv, ebiggers, Jason, ardb,
	zhihang.shao.iscas, zhangchunyan, Charles Mirabile

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@redhat.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-13  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12 18:47 [PATCH] crypto: riscv: add poly1305-core.S to .gitignore Charles Mirabile
2025-12-13  2:30 ` Eric Biggers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).