glsl: Ignore glsl_compiler and glsl_parser.output files.
authorCarl Worth <cworth@cworth.org>
Wed, 28 Jul 2010 19:30:07 +0000 (12:30 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 28 Jul 2010 20:48:32 +0000 (13:48 -0700)
These are generated files where we can do the sane thing, and keep
them out of version control.

src/glsl/.gitignore [new file with mode: 0644]

diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore
new file mode 100644 (file)
index 0000000..4c21231
--- /dev/null
@@ -0,0 +1,2 @@
+glsl_compiler
+glsl_parser.output