diff options
author | Michel Dänzer <[email protected]> | 2012-07-17 11:33:01 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2012-07-17 18:30:32 +0200 |
commit | 39c4bc7fdf2af0620c36669cca32ea332ff0c8b9 (patch) | |
tree | dc7628e09b165683ec89acc4985dfa8623c401cf /src/glsl/.gitignore | |
parent | ed41a559dc3293dab75c4f0198531a6f5b870c39 (diff) |
glsl: Drop obsolete .gitignore entries.
Helps spotting and removing the obsolete generated files, which otherwise break
the build.
Signed-off-by: Michel Dänzer <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl/.gitignore')
-rw-r--r-- | src/glsl/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore index c9a9f30f034..81240b95254 100644 --- a/src/glsl/.gitignore +++ b/src/glsl/.gitignore @@ -1,8 +1,6 @@ glsl_compiler glsl_lexer.cc -glsl_lexer.cpp glsl_parser.cc -glsl_parser.cpp glsl_parser.h glsl_parser.output builtin_function.cpp |