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)
commite9ae4cadf5008f25aeae1bf4fa0c9c3397ee8c18
tree5d6e46f5ddc676ec252e3dcd4787a4746f8c439d
parent762bf931ca25a6aea62c1344ea2360496479f781
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>
src/mapi/es1api/.gitignore
src/mesa/main/.gitignore