mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Update .gitignore
* ignore qrc_RideWindow.cpp (compiled from RideWindow.qrc) * ignore VLC log files (vlc-log.txt)
This commit is contained in:
4
src/.gitignore
vendored
4
src/.gitignore
vendored
@@ -16,10 +16,14 @@ profile
|
||||
# ignore Qt moc files
|
||||
moc_*
|
||||
qrc_application.cpp
|
||||
qrc_RideWindow.cpp
|
||||
|
||||
# ignore other object files
|
||||
*.o
|
||||
|
||||
# logfiles
|
||||
vlc-log.txt
|
||||
|
||||
# ignore lex/yacc generated files
|
||||
*_lex.cpp
|
||||
*_yacc.cpp
|
||||
|
||||
Reference in New Issue
Block a user