mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Update .gitignore for Lex/yacc
Ignore temporary files generated when lex and yacc generate parsers from a grammar.
This commit is contained in:
5
src/.gitignore
vendored
5
src/.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user