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)
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]

diff --git a/arch/powerpc/crypto/.gitignore b/arch/powerpc/crypto/.gitignore
new file mode 100644 (file)
index 0000000..e1094f0
--- /dev/null
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+aesp10-ppc.S
+ghashp10-ppc.S