Module: Mesa Branch: master Commit: 92162dbe32c3889aa752f9053acfeaacb02a383b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92162dbe32c3889aa752f9053acfeaacb02a383b
Author: Jason Ekstrand <[email protected]> Date: Tue Sep 6 08:32:19 2016 -0700 glsl: Add .gitignore for make check warnings test --- src/compiler/glsl/tests/warnings/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/glsl/tests/warnings/.gitignore b/src/compiler/glsl/tests/warnings/.gitignore new file mode 100644 index 0000000..e87afd9 --- /dev/null +++ b/src/compiler/glsl/tests/warnings/.gitignore @@ -0,0 +1 @@ +/*.out _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
