From bfa68faeda7fe51bfb5912b1efcf2ecf36f68e45 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sun, 21 Aug 2011 16:51:18 +0100 Subject: [PATCH] Update .gitignore for Lex/yacc Ignore temporary files generated when lex and yacc generate parsers from a grammar. --- src/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 3186f561c..6b924e2b2 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -17,6 +17,11 @@ profile moc_* qrc_application.cpp +# ignore lex/yacc generated files +*_lex.cpp +*_yacc.cpp +*_yacc.h + # ignore other object files *.o