Skip to content

Commit

Permalink
powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Russell Currey authored and Michael Ellerman committed Jul 17, 2023
1 parent b49e578 commit fb74c4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/powerpc/crypto/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
aesp10-ppc.S
ghashp10-ppc.S

0 comments on commit fb74c4e

Please sign in to comment.