"David A. Greene" <[email protected]> writes: > From: Michael Schubert <[email protected]> > > Add the git-subtree command executable to .gitignore. > > Author: Michael Schubert <[email protected]> > > Signed-off-by: Michael Schubert <[email protected]> > > Signed-off-by: David A. Greene <[email protected]> > ---
Seems sensible; I think I have this already in my tree. > contrib/subtree/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/subtree/.gitignore b/contrib/subtree/.gitignore > index 7e77c9d..91360a3 100644 > --- a/contrib/subtree/.gitignore > +++ b/contrib/subtree/.gitignore > @@ -1,4 +1,5 @@ > *~ > +git-subtree > git-subtree.xml > git-subtree.1 > mainline -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

