diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-11-28 14:37:49 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-29 16:06:56 +0800 |
commit | a4b15bed547a3147f26e3c6280e20ac64b925344 (patch) | |
tree | 5be2f156cc95d17fc2ad47aa345e6caa88fb9f2a /arch/arm64/crypto | |
parent | eb0955935e2ae3aa1fc9c34ec684ffe086e81da7 (diff) | |
download | linux-a4b15bed547a3147f26e3c6280e20ac64b925344.tar.gz linux-a4b15bed547a3147f26e3c6280e20ac64b925344.tar.bz2 linux-a4b15bed547a3147f26e3c6280e20ac64b925344.zip |
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>
Diffstat (limited to 'arch/arm64/crypto')
-rw-r--r-- | arch/arm64/crypto/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |