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

Sean V Kelley seanvk at posteo.de
Mon Nov 9 14:07:42 PST 2015



On 11/05/2015 10:51 PM, Xiang, Haihao wrote:
> 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.

I'm fine with that.

> 
>> 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

So let's leave this patch out.

Sean


> 
>> 
>> 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
> _______________________________________________ Libva mailing list 
> Libva at lists.freedesktop.org 
> http://lists.freedesktop.org/mailman/listinfo/libva
> 


More information about the Libva mailing list