mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
glapi: update .gitignore for generated ES dispatch headers
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.
Reviewed-by: Chia-I Wu <olv@lunarg.com>
This commit is contained in:
parent
762bf931ca
commit
e9ae4cadf5
2 changed files with 4 additions and 3 deletions
3
src/mapi/es1api/.gitignore
vendored
3
src/mapi/es1api/.gitignore
vendored
|
|
@ -1,4 +1 @@
|
|||
glapi_mapi_tmp.h
|
||||
glapi-stamp
|
||||
glapi
|
||||
main
|
||||
|
|
|
|||
4
src/mesa/main/.gitignore
vendored
4
src/mesa/main/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue