glcpp: Add generated source files.
authorCarl Worth <cworth@cworth.org>
Wed, 28 Jul 2010 19:33:56 +0000 (12:33 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 28 Jul 2010 20:48:32 +0000 (13:48 -0700)
commit667173e36293d781e145f40e0d6919cb847af318
tree466f39bd36925b2f6f8a9e7b30527642c0daf3ee
parentf8a04b38775cc9f40619e3fb3be39d585e0d4920
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).
src/glsl/glcpp/.gitignore
src/glsl/glcpp/glcpp-lex.c [new file with mode: 0644]
src/glsl/glcpp/glcpp-parse.c [new file with mode: 0644]
src/glsl/glcpp/glcpp-parse.h [new file with mode: 0644]