diff options
author | Kenneth Graunke <[email protected]> | 2013-09-16 08:25:44 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-09-16 08:26:09 -0700 |
commit | 120d100627820364dfec9b6ed1c031bc2580e17f (patch) | |
tree | f755b86b9bef16f11630246fd857ba86ef0a3db9 /src/glsl/tests/.gitignore | |
parent | 1da3ff1b1c735a410fea80581ed5774414e6120c (diff) |
glsl/tests: Update .gitignore for new unit test.
I rarely run 'git status', so I failed to notice this was missing.
Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/tests/.gitignore')
-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 c06ab2b5ac6..de81adf044c 100644 --- a/src/glsl/tests/.gitignore +++ b/src/glsl/tests/.gitignore @@ -1,2 +1,3 @@ ralloc-test uniform-initializer-test +sampler-types-test |