You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Qt.gitignore 623B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # C++ objects and libs
  2. *.slo
  3. *.lo
  4. *.o
  5. *.a
  6. *.la
  7. *.lai
  8. *.so
  9. *.so.*
  10. *.dll
  11. *.dylib
  12. # Qt-es
  13. object_script.*.Release
  14. object_script.*.Debug
  15. *_plugin_import.cpp
  16. /.qmake.cache
  17. /.qmake.stash
  18. *.pro.user
  19. *.pro.user.*
  20. *.qbs.user
  21. *.qbs.user.*
  22. *.moc
  23. moc_*.cpp
  24. moc_*.h
  25. qrc_*.cpp
  26. ui_*.h
  27. *.qmlc
  28. *.jsc
  29. Makefile*
  30. *build-*
  31. *.qm
  32. *.prl
  33. # Qt unit tests
  34. target_wrapper.*
  35. # QtCreator
  36. *.autosave
  37. # QtCreator Qml
  38. *.qmlproject.user
  39. *.qmlproject.user.*
  40. # QtCreator CMake
  41. CMakeLists.txt.user*
  42. # QtCreator 4.8< compilation database
  43. compile_commands.json
  44. # QtCreator local machine specific files for imported projects
  45. *creator.user*
  46. *_qmlcache.qrc