diff options
author | Carl Worth <[email protected]> | 2010-07-28 12:33:56 -0700 |
---|---|---|
committer | Carl Worth <[email protected]> | 2010-07-28 13:48:32 -0700 |
commit | 667173e36293d781e145f40e0d6919cb847af318 (patch) | |
tree | 466f39bd36925b2f6f8a9e7b30527642c0daf3ee /src/glsl/glcpp/.gitignore | |
parent | f8a04b38775cc9f40619e3fb3be39d585e0d4920 (diff) |
glcpp: Add generated source files.
This is now consistent with other usage of flex/bison througout mesa,
(which is that these generated files are added to source control so
that the build system does not require external tools like flex/bison
for non-developers).
Diffstat (limited to 'src/glsl/glcpp/.gitignore')
-rw-r--r-- | src/glsl/glcpp/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/glcpp/.gitignore b/src/glsl/glcpp/.gitignore index c158dc8b862..dbc37e1926d 100644 --- a/src/glsl/glcpp/.gitignore +++ b/src/glsl/glcpp/.gitignore @@ -1,7 +1,4 @@ glcpp -glcpp-lex.c -glcpp-parse.c -glcpp-parse.h glcpp-parse.output *.o *.lo |