aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Lipnitskiy <[email protected]>2021-03-27 19:39:43 -0700
committerThomas Bogendoerfer <[email protected]>2021-03-29 11:19:10 +0200
commitdc92d0df51dc61de88bf6f4884a17bf73d5c6326 (patch)
tree93ee5cc10bc2b1ac2e9215e7dbba8b5faf814030
parent139c949f7f0ac0dd1c0da132675be80e6d76c65d (diff)
crypto: mips: add poly1305-core.S to .gitignore
poly1305-core.S is an auto-generated file, so it should be ignored. Fixes: a11d055e7a64 ("crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation") Signed-off-by: Ilya Lipnitskiy <[email protected]> Cc: Ard Biesheuvel <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
-rw-r--r--arch/mips/crypto/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/crypto/.gitignore b/arch/mips/crypto/.gitignore
new file mode 100644
index 000000000000..0d47d4f21c6d
--- /dev/null
+++ b/arch/mips/crypto/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+poly1305-core.S