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/mesa/main/.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/mesa/main/.gitignore')
-rw-r--r-- | src/mesa/main/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index d0744e3f0d7..caed74f4024 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -1,5 +1,7 @@ api_exec_es1.c api_exec_es2.c +dispatch.h +enums.c get_es1.c get_es2.c git_sha1.h @@ -8,3 +10,4 @@ api_exec_es1_dispatch.h api_exec_es1_remap_helper.h api_exec_es2_dispatch.h api_exec_es2_remap_helper.h +remap_helper.h |