[Spice-devel] [spice-common v1] Fix gitignore with new docs folder

Victor Toso lists at victortoso.com
Thu Oct 20 16:20:26 UTC 2016


Hi,

On Thu, Oct 20, 2016 at 12:09:29PM -0400, Frediano Ziglio wrote:
> > 
> > From: Victor Toso <me at victortoso.com>
> > 
> > The generated spice_protocol.html file and the Makefile were not
> > included in gitignore. This patch fixes it.
> > ---
> >  docs/Makefile.am | 2 ++
> >  git.mk           | 1 +
> >  2 files changed, 3 insertions(+)
> > 
> > diff --git a/docs/Makefile.am b/docs/Makefile.am
> > index 0b09b82..212acba 100644
> > --- a/docs/Makefile.am
> > +++ b/docs/Makefile.am
> > @@ -15,3 +15,5 @@ endif
> >  
> >  clean-local:
> >  	rm -f spice_protocol.html
> > +
> > +-include $(top_srcdir)/git.mk
> > diff --git a/git.mk b/git.mk
> > index d5bf7b8..8be04f9 100644
> > --- a/git.mk
> > +++ b/git.mk
> > @@ -193,6 +193,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
> >  			Makefile \
> >  			Makefile.in \
> >  			"*.orig" \
> > +			"*.html" \
> >  			"*.rej" \
> >  			"*.bak" \
> >  			"*~" \
>
> Not really familiar with git.mk but I can confirm it works!
>
> I don't know if this is enough to ack...

I'm not familiar with it as well, let's wait a little longer to see if
anyone can tell if this is right/wrong approach

Thanks!

>
> Frediano
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20161020/bded68d3/attachment.sig>


More information about the Spice-devel mailing list