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

1234567891011121314151617181920
  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. Makefile
  17. *-build-*