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.

.gitignore 549B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. *.obj
  6. # Precompiled Headers
  7. *.gch
  8. *.pch
  9. # Compiled Dynamic libraries
  10. *.so
  11. *.dylib
  12. *.dll
  13. # Fortran module files
  14. *.mod
  15. # Compiled Static libraries
  16. *.lai
  17. *.la
  18. *.a
  19. *.lib
  20. # Executables
  21. *.exe
  22. *.out
  23. *.app
  24. # C++ objects and libs
  25. *.slo
  26. *.lo
  27. *.o
  28. *.a
  29. *.la
  30. *.lai
  31. *.so
  32. *.dll
  33. *.dylib
  34. # Qt-es
  35. /.qmake.cache
  36. /.qmake.stash
  37. *.pro.user
  38. *.pro.user.*
  39. *.qbs.user
  40. *.qbs.user.*
  41. *.moc
  42. moc_*.cpp
  43. qrc_*.cpp
  44. ui_*.h
  45. Makefile*
  46. *-build-*
  47. # QtCreator
  48. *.autosave
  49. #QtCtreator Qml
  50. *.qmlproject.user
  51. *.qmlproject.user.*
  52. rd-launcher