[Libva] [PATCH 1/7] gitignore: add generated assembly files

Xiang, Haihao haihao.xiang at intel.com
Thu Nov 5 22:51:41 PST 2015


On Fri, 2015-11-06 at 08:47 +0800, Zhao Yakui wrote:
> On 11/04/2015 11:27 PM, Lionel Landwerlin wrote:
> 
> This patch is not needed.
> In fact the *.g8/9s is the intermediate file during compiling
> VPP/render 
> shaders. They are not added into the git.

Yes we don't add these files into the git repo. but I think the
intention of this patch is to not show all *.g8s *.g9s files in git
status.

> And *.asm is added into the git. If it is changed, we should record
> its 
> change and then commit them.

some *.asm are intermediate files too and we never add them into the
git repo. it would be better to not use *.asm as intermediate files.

> 
> Thanks
>     Yakui
> > ---
> >   .gitignore | 3 +++
> >   1 file changed, 3 insertions(+)
> > 
> > diff --git a/.gitignore b/.gitignore
> > index b99c09a..ad06196 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -31,3 +31,6 @@ depcomp
> >   TAGS
> >   /debian.upstream/changelog
> >   /debian.upstream/control
> > +**.asm
> > +**.g8s
> > +**.g9s
> 
> _______________________________________________
> Libva mailing list
> Libva at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libva


More information about the Libva mailing list