All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: mips: add poly1305-core.S to .gitignore
@ 2021-03-28  1:40 Ilya Lipnitskiy
  2021-03-28  1:50 ` [PATCH v2] " Ilya Lipnitskiy
  2021-03-28  2:39 ` [PATCH v3] " Ilya Lipnitskiy
  0 siblings, 2 replies; 4+ messages in thread
From: Ilya Lipnitskiy @ 2021-03-28  1:40 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Thomas Bogendoerfer, linux-crypto,
	linux-mips, linux-kernel
  Cc: Ilya Lipnitskiy, Ard Biesheuvel

poly1305-core.S is an auto-generated file, so it should be ignored.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
---
 arch/mips/crypto/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 arch/mips/crypto/.gitignore

diff --git a/arch/mips/crypto/.gitignore b/arch/mips/crypto/.gitignore
new file mode 100644
index 000000000000..4882ba199071
--- /dev/null
+++ b/arch/mips/crypto/.gitignore
@@ -0,0 +1 @@
+poly1305-core.S
-- 
2.31.0


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

end of thread, other threads:[~2021-03-29  9:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28  1:40 [PATCH] crypto: mips: add poly1305-core.S to .gitignore Ilya Lipnitskiy
2021-03-28  1:50 ` [PATCH v2] " Ilya Lipnitskiy
2021-03-28  2:39 ` [PATCH v3] " Ilya Lipnitskiy
2021-03-29  9:26   ` Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.