diff options
| author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-11-28 14:37:49 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-16 22:52:10 +0200 |
| commit | 9345ccbf273209e3946c3981122d068221a135d2 (patch) | |
| tree | f4d3a8cffba080a47411a6af8eeb719e4ad32800 | |
| parent | 02ea19edc643061fab3b6ea8bd54b96110a9f43b (diff) | |
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>
| -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 000000000..879df8781 --- /dev/null +++ b/arch/arm64/crypto/.gitignore @@ -0,0 +1,2 @@ +sha256-core.S +sha512-core.S |
