Mesa (glsl2): glsl: Ignore glsl_compiler and glsl_parser.output files.

Carl Worth cworth at kemper.freedesktop.org
Wed Jul 28 20:48:50 UTC 2010


Module: Mesa
Branch: glsl2
Commit: f8a04b38775cc9f40619e3fb3be39d585e0d4920
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8a04b38775cc9f40619e3fb3be39d585e0d4920

Author: Carl Worth <cworth at cworth.org>
Date:   Wed Jul 28 12:30:07 2010 -0700

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.

---

 src/glsl/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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




More information about the mesa-commit mailing list