Searched hist:fb74c4e3bee283ad8ce981fb744aa8239bed2d7a (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/crypto/ |
H A D | .gitignore | fb74c4e3bee283ad8ce981fb744aa8239bed2d7a Thu Jul 13 06:21:45 CEST 2023 Russell Currey <ruscur@russell.cc> 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 <ruscur@russell.cc> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230713042206.85669-1-ruscur@russell.cc
|