diff options
author | Paul Berry <[email protected]> | 2012-05-23 12:59:42 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-05-23 14:24:33 -0700 |
commit | 9f6932cb83def5449a9293cb41238bbc492cb8c4 (patch) | |
tree | dc884550cd22c7593d01b6150aa5f6103c1435e2 | |
parent | aa173e16a07566b7549b00946840ea16ac17a380 (diff) |
glsl/tests: Add .gitignore for uniform initialization unit test.
Reviewed-by: Ian Romanick <[email protected]>
-rw-r--r-- | src/glsl/tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/tests/.gitignore b/src/glsl/tests/.gitignore index f3c7a7c5da6..4f984b09778 100644 --- a/src/glsl/tests/.gitignore +++ b/src/glsl/tests/.gitignore @@ -1 +1,2 @@ Makefile +uniform-initializer-test |