Message ID | 1480340269-30418-1-git-send-email-ard.biesheuvel@linaro.org |
---|---|
State | Accepted |
Commit | a4b15bed547a3147f26e3c6280e20ac64b925344 |
Headers | show |
On Mon, Nov 28, 2016 at 02:37:49PM +0100, Ard Biesheuvel wrote: > 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> Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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> --- arch/arm64/crypto/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm64/crypto/.gitignore -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html