linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: arm64/poly1305: ignore build files
@ 2020-02-03 23:39 Matteo Croce
  2020-02-13  9:23 ` Herbert Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Matteo Croce @ 2020-02-03 23:39 UTC (permalink / raw)
  To: linux-crypto, linux-arm-kernel
  Cc: Ard Biesheuvel, linux-kernel, Herbert Xu, Catalin Marinas

Add arch/arm64/crypto/poly1305-core.S to .gitignore
as it's built from poly1305-core.S_shipped

Fixes: f569ca164751 ("crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
---
 arch/arm64/crypto/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/crypto/.gitignore b/arch/arm64/crypto/.gitignore
index 879df8781ed5..e403b1343328 100644
--- a/arch/arm64/crypto/.gitignore
+++ b/arch/arm64/crypto/.gitignore
@@ -1,2 +1,3 @@
 sha256-core.S
 sha512-core.S
+poly1305-core.S
-- 
2.24.1


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

end of thread, other threads:[~2020-02-13 10:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 23:39 [PATCH] crypto: arm64/poly1305: ignore build files Matteo Croce
2020-02-13  9:23 ` Herbert Xu
2020-02-13 10:34   ` Jason A. Donenfeld
2020-02-13 10:38     ` Herbert Xu
2020-02-13 10:44       ` Ard Biesheuvel

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).