On Fri, Aug 05, 2016 at 05:40:44PM +1000, Suraj Jitindar Singh wrote: > This is a pet peeve I have where when I generate a patch set then > my git repo shows unstaged files. > > I would prefer it if *.patch was in the .gitignore file. > > Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@xxxxxxxxx> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 3155418..52ee3ca 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -6,6 +6,7 @@ > *.elf > .pc > patches > +*.patch > .stgit-* > cscope.* > *.swp > -- > 2.5.5 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html