Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/crypto: Add generated P8 asm to .gitignore

Looks like drivers/crypto/vmx/.gitignore should have been merged into
arch/powerpc/crypto/.gitignore as part of commit
109303336a0c ("crypto: vmx - Move to arch/powerpc/crypto") so that all
generated asm files are ignored.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Fixes: 109303336a0c ("crypto: vmx - Move to arch/powerpc/crypto")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240603-powerpc-crypto-ignore-p8-asm-v1-1-05843fec2bb7@linux.ibm.com

authored by

Nathan Lynch and committed by
Michael Ellerman
2b85b7fb c3f38fa6

+2
+2
arch/powerpc/crypto/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 aesp10-ppc.S 3 + aesp8-ppc.S 3 4 ghashp10-ppc.S 5 + ghashp8-ppc.S