diff options
author | Eric Anholt <[email protected]> | 2012-05-15 13:06:22 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-05-29 11:51:57 -0700 |
commit | 0ce0f7c0c8fa9902678af7f3ecad2541be5808d2 (patch) | |
tree | 2541edcbc03ec74456dc62b5a4701b3d970faf45 /src/mapi/glapi/.gitignore | |
parent | f92b2e5e90f456491fc15b3b9612381a83726606 (diff) |
mesa: Remove the generated glapi from source control, and just build it.
Mesa already always depends on python to build. The checked in
changes are not reviewed (because any trivial change rewrites the
world). We also have been pushing commits between xml change and
regen where at-build-time xml-generated code disagrees with committed
xml-generated code. And worst of all, sometimes we ("I") check in
*stale* xml-generated code.
Acked-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi/glapi/.gitignore')
-rw-r--r-- | src/mapi/glapi/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mapi/glapi/.gitignore b/src/mapi/glapi/.gitignore index e706bc23cab..21edf4f5803 100644 --- a/src/mapi/glapi/.gitignore +++ b/src/mapi/glapi/.gitignore @@ -9,3 +9,12 @@ gl_XML.pyo gl_XML.pyc glX_XML.pyo glX_XML.pyc +glapi_gentable.c +glapi_gentable.h +glapi_mapi_tmp.h +glapi_sparc.S +glapi_x86-64.S +glapi_x86.S +glapitable.h +glapitemp.h +glprocs.h |