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

123456789101112131415161718192021
  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. *.pro.user
  13. *.pro.user.*
  14. moc_*.cpp
  15. qrc_*.cpp
  16. ui_*.h
  17. Makefile*
  18. *-build-*