diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-04-27 22:10:31 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-08-29 13:49:08 +0100 |
commit | b1ea714cdce8444c6ad7778dae04e35c6bcc1750 (patch) | |
tree | 1a4f492f476ea1be02b55555e9ed9ee6cdd2d433 | |
parent | d1d3bd359670a8f55c9350fd905af32ba6e67d33 (diff) |
hw/xwin/glx: Update .gitignore
Update to align with rewrite of wrapper generation script in commit
583a1146233f16d861706926706e5feec3baffba
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
-rw-r--r-- | hw/xwin/glx/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xwin/glx/.gitignore b/hw/xwin/glx/.gitignore index 062fd8573..9684410ac 100644 --- a/hw/xwin/glx/.gitignore +++ b/hw/xwin/glx/.gitignore @@ -1,3 +1,6 @@ # ignore generated files -generated_gl_wrappers.c +diag.txt +generated_gl_shim.c +generated_gl_thunks.c +generated_gl_thunks.def generated_wgl_wrappers.c |