.gitignore: ignore 'git-subtree' as a build artifact
authorLuke Shumaker <lukeshu@datawire.io>
Tue, 27 Apr 2021 21:17:19 +0000 (15:17 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Apr 2021 07:46:30 +0000 (16:46 +0900)
commit4c996deb4af99ce73c67d47ac9cfc9400c216ebf
tree3b1962ad24784fd39c3a58df32b1a6d41ef6285a
parent311531c9de557d25ac087c1637818bd2aad6eb3a
.gitignore: ignore 'git-subtree' as a build artifact

Running `make -C contrib/subtree/ test` creates a `git-subtree` executable
in the root of the repo.  Add it to the .gitignore so that anyone hacking
on subtree won't have to deal with that noise.

Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore