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 449B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # C++ objects and libs
  2. *.slo
  3. *.lo
  4. *.o
  5. *.a
  6. *.la
  7. *.lai
  8. *.so
  9. *.dll
  10. *.dylib
  11. # Qt-es
  12. object_script.*.Release
  13. object_script.*.Debug
  14. *_plugin_import.cpp
  15. /.qmake.cache
  16. /.qmake.stash
  17. *.pro.user
  18. *.pro.user.*
  19. *.qbs.user
  20. *.qbs.user.*
  21. *.moc
  22. moc_*.cpp
  23. moc_*.h
  24. qrc_*.cpp
  25. ui_*.h
  26. *.qmlc
  27. *.jsc
  28. Makefile*
  29. *build-*
  30. # Qt unit tests
  31. target_wrapper.*
  32. # QtCreator
  33. *.autosave
  34. # QtCreator Qml
  35. *.qmlproject.user
  36. *.qmlproject.user.*
  37. # QtCreator CMake
  38. CMakeLists.txt.user*