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