From: Ilya Lipnitskiy Date: Sun, 28 Mar 2021 02:39:43 +0000 (-0700) Subject: crypto: mips: add poly1305-core.S to .gitignore X-Git-Tag: io_uring-5.13-2021-05-07~12^2~47 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=dc92d0df51dc61de88bf6f4884a17bf73d5c6326;p=linux-2.6-block.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 000000000000..0d47d4f21c6d --- /dev/null +++ b/arch/mips/crypto/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +poly1305-core.S