powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files
authorRussell Currey <ruscur@russell.cc>
Thu, 13 Jul 2023 04:21:45 +0000 (14:21 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 17 Jul 2023 03:52:46 +0000 (13:52 +1000)
commitfb74c4e3bee283ad8ce981fb744aa8239bed2d7a
treeffbb6d37c637a5e8a805a44ebb9012afcde8daca
parentb49e578b9314db051da0ad72bba24094193f9bd0
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
arch/powerpc/crypto/.gitignore [new file with mode: 0644]