[Libva] [PATCH 1/7] gitignore: add generated assembly files
Zhao Yakui
yakui.zhao at intel.com
Thu Nov 5 16:47:11 PST 2015
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.
And *.asm is added into the git. If it is changed, we should record its
change and then commit them.
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
More information about the Libva
mailing list