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-Tag: mesa-7.9-rc1~1173^2~259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8a04b38775cc9f40619e3fb3be39d585e0d4920;p=platform%2Fupstream%2Fmesa.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 0000000..4c21231 --- /dev/null +++ b/src/glsl/.gitignore @@ -0,0 +1,2 @@ +glsl_compiler +glsl_parser.output