diff options
author | Paul Berry <[email protected]> | 2011-08-16 10:23:52 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2011-08-18 10:18:22 -0700 |
commit | e9ae4cadf5008f25aeae1bf4fa0c9c3397ee8c18 (patch) | |
tree | 5d6e46f5ddc676ec252e3dcd4787a4746f8c439d /src/mesa/main/.gitignore | |
parent | 762bf931ca25a6aea62c1344ea2360496479f781 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/main/.gitignore')
-rw-r--r-- | src/mesa/main/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index 2575f44df4a..d0744e3f0d7 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 |