projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f5130
)
crypto: arm64/poly1305 - ignore build files
author
Matteo Croce
<mcroce@redhat.com>
Mon, 3 Feb 2020 23:39:33 +0000
(
00:39
+0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 13 Feb 2020 09:05:25 +0000
(17:05 +0800)
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>
arch/arm64/crypto/.gitignore
patch
|
blob
|
history
diff --git
a/arch/arm64/crypto/.gitignore
b/arch/arm64/crypto/.gitignore
index
879df87
..
e403b13
100644
(file)
--- a/
arch/arm64/crypto/.gitignore
+++ b/
arch/arm64/crypto/.gitignore
@@
-1,2
+1,3
@@
sha256-core.S
sha512-core.S
+poly1305-core.S