summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2021-04-27 21:17:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-04-28 07:46:30 (GMT)
commit4c996deb4af99ce73c67d47ac9cfc9400c216ebf (patch)
tree3b1962ad24784fd39c3a58df32b1a6d41ef6285a /.gitignore
parent311531c9de557d25ac087c1637818bd2aad6eb3a (diff)
downloadgit-4c996deb4af99ce73c67d47ac9cfc9400c216ebf.zip
git-4c996deb4af99ce73c67d47ac9cfc9400c216ebf.tar.gz
git-4c996deb4af99ce73c67d47ac9cfc9400c216ebf.tar.bz2
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3dcdb6b..a203678 100644
--- a/.gitignore
+++ b/.gitignore
@@ -162,6 +162,7 @@
/git-stripspace
/git-submodule
/git-submodule--helper
+/git-subtree
/git-svn
/git-switch
/git-symbolic-ref