Blob Blame History Raw
From: Matteo Croce <mcroce@redhat.com>
Date: Tue, 4 Feb 2020 00:39:33 +0100
Subject: crypto: arm64/poly1305 - ignore build files
Patch-mainline: v5.7-rc1
Git-commit: 4fb3d8ba2824db0b8553602daef82fe27f50bba2
References: bsc#1169021 jsc#SLE-12250

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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Nicolai Stange <nstange@suse.de>
---
 arch/arm64/crypto/.gitignore |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/arm64/crypto/.gitignore
+++ b/arch/arm64/crypto/.gitignore
@@ -1,2 +1,3 @@
 sha256-core.S
 sha512-core.S
+poly1305-core.S