Module: Mesa Branch: master Commit: 68a9d0b36f49d95a0f4f7008e0b0b337f496c063 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68a9d0b36f49d95a0f4f7008e0b0b337f496c063
Author: Connor Abbott <[email protected]> Date: Thu Jan 22 23:32:13 2015 -0500 nir: add generated file to .gitignore Signed-off-by: Connor Abbott <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> --- src/glsl/nir/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/nir/.gitignore b/src/glsl/nir/.gitignore new file mode 100644 index 0000000..6d954fe --- /dev/null +++ b/src/glsl/nir/.gitignore @@ -0,0 +1 @@ +nir_opt_algebraic.c _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
