From b9dbeac2c3ac8ded52118270914328fd57eeee6e Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 14 Oct 2010 16:37:25 +0100 Subject: [PATCH] gitignore: Update the path of generated GLES2 shaders The generation is not happening in the main Cogl directory, Update the .gitignore file accordingly. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b00d14a..309fdd3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,8 +24,8 @@ stamp-marshal /clutter/cogl/cogl/cogl-enum-types.[ch] /clutter/cogl/cogl/driver/gl/cogl-defines.h /clutter/cogl/cogl/driver/gles/cogl-defines.h -/clutter/cogl/cogl/driver/gles/cogl-fixed-vertex-shader.[ch] -/clutter/cogl/cogl/driver/gles/cogl-fixed-fragment-shader.[ch] +/clutter/cogl/cogl/cogl-fixed-vertex-shader.[ch] +/clutter/cogl/cogl/cogl-fixed-fragment-shader.[ch] /clutter/egl/clutter-cex100.h /build/autotools/*.m4 !/build/autotools/introspection.m4 -- 2.7.4