diff options
author | Russell Currey <ruscur@russell.cc> | 2023-07-13 07:21:45 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-07-17 06:52:46 +0300 |
commit | fb74c4e3bee283ad8ce981fb744aa8239bed2d7a (patch) | |
tree | ffbb6d37c637a5e8a805a44ebb9012afcde8daca /arch/powerpc/crypto | |
parent | b49e578b9314db051da0ad72bba24094193f9bd0 (diff) | |
download | linux-fb74c4e3bee283ad8ce981fb744aa8239bed2d7a.tar.xz |
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/powerpc/crypto')
-rw-r--r-- | arch/powerpc/crypto/.gitignore | 3 |
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 |