Update .gitignore for Lex/yacc

Ignore temporary files generated when lex
and yacc generate parsers from a grammar.
This commit is contained in:
Mark Liversedge
2011-08-21 16:51:18 +01:00
parent 95d6a40ecd
commit bfa68faeda

5
src/.gitignore vendored
View File

@@ -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