Re: [PATCH] crypto: arm64/poly1305: ignore build files

From: Jason A. Donenfeld
Date: Thu Feb 13 2020 - 05:34:50 EST


On Thu, Feb 13, 2020 at 05:23:55PM +0800, Herbert Xu wrote:
> On Tue, Feb 04, 2020 at 12:39:33AM +0100, Matteo Croce wrote:
> > Add arch/arm64/crypto/poly1305-core.S to .gitignore
> > as it's built from poly1305-core.S_shipped
> >
> > Fixes: f569ca164751 ("crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation")
> > Signed-off-by: Matteo Croce <mcroce@xxxxxxxxxx>
> > ---
> > arch/arm64/crypto/.gitignore | 1 +
> > 1 file changed, 1 insertion(+)
>
> Patch applied. Thanks.

Probably makes sense for 5.6, no?