From: Ilya Lipnitskiy Date: Sun, 28 Mar 2021 02:39:43 +0000 (-0700) Subject: crypto: mips: add poly1305-core.S to .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dc92d0df51dc61de88bf6f4884a17bf73d5c6326;p=linux.git 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 Cc: Ard Biesheuvel Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/crypto/.gitignore b/arch/mips/crypto/.gitignore new file mode 100644 index 0000000000000..0d47d4f21c6de --- /dev/null +++ b/arch/mips/crypto/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +poly1305-core.S