contrib/credential: .gitignore libsecret build artifacts

The libsecret credential helper does not mark its build artifact as
ignored, so running "make" results in a dirty working tree.

Mark the "git-credential-libsecret" binary as ignored to avoid the above.

Co-authored-by: Jeff King <peff@peff.net>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Taylor Blau
2023-05-01 11:54:00 -04:00
committed by Junio C Hamano
parent 048b673d72
commit de2fb99006

View File

@ -0,0 +1 @@
git-credential-libsecret