From a4b15bed547a3147f26e3c6280e20ac64b925344 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Mon, 28 Nov 2016 14:37:49 +0100 Subject: crypto: arm64/sha2 - add generated .S files to .gitignore Add the files that are generated by the recently merged OpenSSL SHA-256/512 implementation to .gitignore so Git disregards them when showing untracked files. Signed-off-by: Ard Biesheuvel Signed-off-by: Herbert Xu --- arch/arm64/crypto/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm64/crypto/.gitignore (limited to 'arch/arm64/crypto') diff --git a/arch/arm64/crypto/.gitignore b/arch/arm64/crypto/.gitignore new file mode 100644 index 000000000000..879df8781ed5 --- /dev/null +++ b/arch/arm64/crypto/.gitignore @@ -0,0 +1,2 @@ +sha256-core.S +sha512-core.S -- cgit v1.2.3-59-g8ed1b