summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/.gitignore
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-07-28 12:33:56 -0700
committerCarl Worth <cworth@cworth.org>2010-07-28 13:48:32 -0700
commit667173e36293d781e145f40e0d6919cb847af318 (patch)
tree466f39bd36925b2f6f8a9e7b30527642c0daf3ee /src/glsl/glcpp/.gitignore
parentf8a04b38775cc9f40619e3fb3be39d585e0d4920 (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/.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/glcpp/.gitignore b/src/glsl/glcpp/.gitignore
index c158dc8b86..dbc37e1926 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