From: Carl Worth Date: Wed, 28 Jul 2010 19:30:07 +0000 (-0700) Subject: glsl: Ignore glsl_compiler and glsl_parser.output files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8a04b38775cc9f40619e3fb3be39d585e0d4920;p=mesa.git glsl: Ignore glsl_compiler and glsl_parser.output files. These are generated files where we can do the sane thing, and keep them out of version control. --- diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore new file mode 100644 index 00000000000..4c212313e45 --- /dev/null +++ b/src/glsl/.gitignore @@ -0,0 +1,2 @@ +glsl_compiler +glsl_parser.output