diff options
author | Ian Romanick <[email protected]> | 2011-02-11 16:37:05 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-03-01 13:43:12 -0800 |
commit | 6dd0a2ed40309fe721eb1c6f8217d363b3a57f04 (patch) | |
tree | a8e7a5f4e94a0d1f86e5d9f8f687599a324cbb58 /src/mesa/program | |
parent | 103428459664e99b8fb2af53d1ddfc80b5434966 (diff) |
Add generated parser / lexer files to gitignore lists
Diffstat (limited to 'src/mesa/program')
-rw-r--r-- | src/mesa/program/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/program/.gitignore b/src/mesa/program/.gitignore index 086fd9a705c..4c20872e14a 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 |