diff options
author | Eric Anholt <[email protected]> | 2012-03-05 17:01:13 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-04-12 17:18:00 -0700 |
commit | 94726d263ebee6364e9be2f254c3ca7d1f85dde4 (patch) | |
tree | d1f66e287e2475aef8db5a0210cf9bf3d1d9a532 /src/glx/.gitignore | |
parent | 3d000e7dd14c3185b9e27a6c38a67288b4d10431 (diff) |
glx: Hook up the unit tests again using the internal gtest.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/.gitignore')
-rw-r--r-- | src/glx/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/.gitignore b/src/glx/.gitignore index f3c7a7c5da6..010d3f20648 100644 --- a/src/glx/.gitignore +++ b/src/glx/.gitignore @@ -1 +1,4 @@ Makefile +Makefile.in +libGL.la +libglx.la |