From 6dd0a2ed40309fe721eb1c6f8217d363b3a57f04 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 11 Feb 2011 16:37:05 -0800 Subject: Add generated parser / lexer files to gitignore lists --- src/mesa/program/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/program') diff --git a/src/mesa/program/.gitignore b/src/mesa/program/.gitignore index 086fd9a705..4c20872e14 100644 --- a/src/mesa/program/.gitignore +++ b/src/mesa/program/.gitignore @@ -1 +1,4 @@ program_parse.output +lex.yy.c +program_parse.tab.c +program_parse.tab.h -- cgit v1.2.3