1
0
Fork 0

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 <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
Ard Biesheuvel 2016-11-28 14:37:49 +01:00 committed by Herbert Xu
parent eb0955935e
commit a4b15bed54
1 changed files with 2 additions and 0 deletions

2
arch/arm64/crypto/.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
sha256-core.S
sha512-core.S