From: Russell Currey Date: Thu, 13 Jul 2023 04:21:45 +0000 (+1000) Subject: powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb74c4e3bee283ad8ce981fb744aa8239bed2d7a;p=linux.git powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files aesp10-ppc.S and ghashp10-ppc.S are autogenerated and not tracked by git, so they should be ignored. This is doing the same as the P8 files in drivers/crypto/vmx/.gitignore but for the P10 files in arch/powerpc/crypto. Signed-off-by: Russell Currey Signed-off-by: Michael Ellerman Link: https://msgid.link/20230713042206.85669-1-ruscur@russell.cc --- diff --git a/arch/powerpc/crypto/.gitignore b/arch/powerpc/crypto/.gitignore new file mode 100644 index 0000000000000..e1094f08f713a --- /dev/null +++ b/arch/powerpc/crypto/.gitignore @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +aesp10-ppc.S +ghashp10-ppc.S