Re: [PATCH] powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files

2023-07-20 Thread Michael Ellerman
On Thu, 13 Jul 2023 14:21:45 +1000, Russell Currey wrote: > 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. > > Applie

[PATCH] powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files

2023-07-12 Thread Russell Currey
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 --- Fixes: 81d358b118dc ("powerpc/crypto: Fix a