Browse Source

adds gles3 auto generated shader header files

Just added the gles3 shader header files entry to ".gitignore" so we
avoid to accidentally commit also those generated files.
Michele Valente 8 years ago
parent
commit
9fa6967c24
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -8,6 +8,7 @@ platform/osx/logo.h
 platform/windows/logo.h
 platform/x11/logo.h
 drivers/gles2/shaders/*.h
+drivers/gles3/shaders/*.h
 modules/register_module_types.cpp
 core/version.h
 core/method_bind.inc