glapi: update .gitignore for generated ES dispatch headers
authorPaul Berry <stereotype441@gmail.com>
Tue, 16 Aug 2011 17:23:52 +0000 (10:23 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 18 Aug 2011 17:18:22 +0000 (10:18 -0700)
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>
src/mapi/es1api/.gitignore
src/mesa/main/.gitignore

index b21f1d14c6f5cfad08878be5788e648ff1a8a93b..dfe465677c41528eed0fcebc6843507e9df19b4b 100644 (file)
@@ -1,4 +1 @@
 glapi_mapi_tmp.h
-glapi-stamp
-glapi
-main
index 2575f44df4aae585371fe094c3353841293140a0..d0744e3f0d7f259c9e5f1e74b8ed7646c5c88617 100644 (file)
@@ -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