Re: [PATCH] crypto: arm64/sha2: add generated .S files to .gitignore

2016-11-29 Thread Herbert Xu
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 Patch applied. Thanks. -- Email:

[PATCH] crypto: arm64/sha2: add generated .S files to .gitignore

2016-11-28 Thread Ard Biesheuvel
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 --- arch/arm64/crypto/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm64/cryp