.gitignore 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. *.autosave
  2. # C++ objects and libs
  3. *.slo
  4. *.lo
  5. *.o
  6. *.a
  7. *.la
  8. *.lai
  9. *.so
  10. *.so.*
  11. *.dll
  12. *.dylib
  13. # Qt-es
  14. object_script.*.Release
  15. object_script.*.Debug
  16. *_plugin_import.cpp
  17. /.qmake.cache
  18. /.qmake.stash
  19. *.pro.user
  20. *.pro.user.*
  21. *.qbs.user
  22. *.qbs.user.*
  23. *.moc
  24. moc_*.cpp
  25. moc_*.h
  26. qrc_*.cpp
  27. ui_*.h
  28. *.qmlc
  29. *.jsc
  30. Makefile*
  31. *build-*
  32. *.qm
  33. *.prl
  34. # Qt unit tests
  35. target_wrapper.*
  36. # QtCreator
  37. *.autosave
  38. # QtCreator Qml
  39. *.qmlproject.user
  40. *.qmlproject.user.*
  41. # QtCreator CMake
  42. CMakeLists.txt.user*
  43. # QtCreator 4.8< compilation database
  44. compile_commands.json
  45. # QtCreator local machine specific files for imported projects
  46. *creator.user*
  47. debug/
  48. release/
  49. *.vcxproj
  50. openPilotLog.vcxproj.filters
  51. openPilotLog.vcxproj.user
  52. .vs/openPilotLog/v16/
  53. =======
  54. release/qmake/temp/
  55. release/
  56. out/build/x64-Debug (default)/CMakeFiles/ShowIncludes/
  57. out/build/x64-Debug (default)/
  58. debug/
  59. .vs/
  60. openPilotLog.vcxproj
  61. openPilotLog.vcxproj.filters
  62. openPilotLog.vcxproj.user
  63. .vscode/
  64. build/
  65. # Disable localization updates
  66. l10n/
  67. # DS files
  68. *.DS_Store