diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-03-27 19:39:43 -0700 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-29 11:19:10 +0200 |
commit | dc92d0df51dc61de88bf6f4884a17bf73d5c6326 (patch) | |
tree | 93ee5cc10bc2b1ac2e9215e7dbba8b5faf814030 | |
parent | 139c949f7f0ac0dd1c0da132675be80e6d76c65d (diff) | |
download | linux-dc92d0df51dc61de88bf6f4884a17bf73d5c6326.tar.gz linux-dc92d0df51dc61de88bf6f4884a17bf73d5c6326.tar.bz2 linux-dc92d0df51dc61de88bf6f4884a17bf73d5c6326.zip |
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 <ilya.lipnitskiy@gmail.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-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 |