[Mesa-dev] [PATCH] glsl: Drop obsolete .gitignore entries.

Kenneth Graunke kenneth at whitecape.org
Tue Jul 17 11:06:29 PDT 2012


On 07/17/2012 10:00 AM, Michel Dänzer wrote:
> From: Michel Dänzer <michel.daenzer at amd.com>
> 
> Helps spotting and removing the obsolete generated files, which otherwise break
> the build.
> 
> Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
> ---
>  src/glsl/.gitignore |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore
> index c9a9f30..81240b9 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

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

Feel free to just push these.


More information about the mesa-dev mailing list