[Mesa-dev] [PATCH] glapi: update .gitignore for generated ES dispatch headers
Chia-I Wu
olv at lunarg.com
Tue Aug 16 17:14:19 PDT 2011
On Wed, Aug 17, 2011 at 1:33 AM, Paul Berry <stereotype441 at gmail.com> wrote:
> Commit 6eff33dc (glapi: generate ES dispatch headers from core mesa)
> replaced the autogenerated files
> src/mapi/es1api/main/{dispatch,remap_helper}.h with new autogenerated
> files src/mesa/main/api_exec_es{1,2}_{dispatch,remap_helper}.h. This
> patch updates the .gitignore files to properly ignore the new
> autogenerated files, and stop ignoring the old autogenerated files.
Thanks. One comment below. You can commit the patch after the change
without another review.
> ---
> src/mapi/es1api/.gitignore | 1 -
> src/mesa/main/.gitignore | 4 ++++
> 2 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/src/mapi/es1api/.gitignore b/src/mapi/es1api/.gitignore
> index b21f1d1..c349de3 100644
> --- a/src/mapi/es1api/.gitignore
> +++ b/src/mapi/es1api/.gitignore
> @@ -1,4 +1,3 @@
> glapi_mapi_tmp.h
> glapi-stamp
> glapi
I think glapi and glapi-stamp can also be removed.
> -main
> diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore
> index 2575f44..d0744e3 100644
> --- a/src/mesa/main/.gitignore
> +++ b/src/mesa/main/.gitignore
> @@ -4,3 +4,7 @@ get_es1.c
> get_es2.c
> git_sha1.h
> git_sha1.h.tmp
> +api_exec_es1_dispatch.h
> +api_exec_es1_remap_helper.h
> +api_exec_es2_dispatch.h
> +api_exec_es2_remap_helper.h
> --
> 1.7.6
>
>
--
olv at LunarG.com
More information about the mesa-dev
mailing list