summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2023-07-13 14:21:45 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2023-07-17 13:52:46 +1000
commitfb74c4e3bee283ad8ce981fb744aa8239bed2d7a (patch)
treeffbb6d37c637a5e8a805a44ebb9012afcde8daca /arch
parentb49e578b9314db051da0ad72bba24094193f9bd0 (diff)
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
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/crypto/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/crypto/.gitignore b/arch/powerpc/crypto/.gitignore
new file mode 100644
index 000000000000..e1094f08f713
--- /dev/null
+++ b/arch/powerpc/crypto/.gitignore
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+aesp10-ppc.S
+ghashp10-ppc.S