Skip to content

Commit 4c996de

Browse files
LukeShugitster
authored andcommitted
.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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 311531c commit 4c996de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
/git-stripspace
163163
/git-submodule
164164
/git-submodule--helper
165+
/git-subtree
165166
/git-svn
166167
/git-switch
167168
/git-symbolic-ref

0 commit comments

Comments
 (0)