Files
GoldenCheetah/.gitignore
2025-12-28 12:18:26 -03:00

88 lines
1.2 KiB
Plaintext

Makefile
.qmake.stash
*.o
*.so.*
*.so
*.a
*~
*.orig
*.rej
# old skool
.svn
*.pri
*.prl
*.swp
*.user
*.AppImage
*.tab.c
*.tab.h
# osx noise
.DS_Store
profile
# qmake Xcode generator side-effects
*.xcodeproj
xcshareddata/
*.xcworkspace
*.pbxproj
*.mak
*.build/
moc_*
moc/
.moc
obj/
lib/
bin/
plugins/
resources/
src/debug/
src/release/
doc/doxygen/latex
doc/doxygen/html
# qt creator builds
build-src*
qwt/src/debug/
qwt/src/release/
src/Makefile.Debug
src/Makefile.Release
src/object_script.GoldenCheetah.Debug
src/object_script.GoldenCheetah.Release
qwt/src/object_script.libqwt.Release
qwt/src/object_script.libqwtd.Debug
qwt/src/Makefile.Release
qwt/src/Makefile.Debug
qwt/textengines/mathml/debug/
qwt/textengines/mathml/release/
build.pro.user
build.pro.user.*
doc/contrib/WASP Packet Protocol.pdf
# unittests
unittests/Core/season/season
unittests/Core/seasonOffset/seasonOffset
unittests/Core/seasonParser/seasonParser
unittests/Core/signalSafety/testSignalSafety
unittests/Core/signalSafety/testSignalSafety
unittests/Core/units/units
unittests/Gui/calendarData/calendarData
# Qt testlib
target_wrapper.sh
# Precompiled Headers
*.gch
*.pch
*.gch/
_pch/
# Generated Source Files
*_lex.cpp
*_yacc.cpp
*_yacc.h
qrc_*.cpp