diff options
author | 2021-03-27 19:39:43 -0700 | |
---|---|---|
committer | 2022-07-07 13:26:44 +0200 | |
commit | 282daa8202c1f781f36adefd0d46ada56b2a054b (patch) | |
tree | 94431f5088fa84bf3c085fc27d4c9b567c193c24 | |
parent | crypto: mips/poly1305 - enable for all MIPS processors (diff) | |
download | wireguard-linux-282daa8202c1f781f36adefd0d46ada56b2a054b.tar.xz wireguard-linux-282daa8202c1f781f36adefd0d46ada56b2a054b.zip |
crypto: mips: add poly1305-core.S to .gitignore
commit dc92d0df51dc61de88bf6f4884a17bf73d5c6326 upstream.
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]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
-rw-r--r-- | arch/mips/crypto/.gitignore | 2 |
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 |