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

12345678910111213141516171819202122232425262728293031323334353637
  1. *.swp
  2. nrj
  3. # C++ objects and libs
  4. *.slo
  5. *.lo
  6. *.o
  7. *.a
  8. *.la
  9. *.lai
  10. *.so
  11. *.dll
  12. *.dylib
  13. # Qt-es
  14. /.qmake.cache
  15. /.qmake.stash
  16. *.pro.user
  17. *.pro.user.*
  18. *.qbs.user
  19. *.qbs.user.*
  20. *.moc
  21. moc_*.cpp
  22. qrc_*.cpp
  23. ui_*.h
  24. Makefile*
  25. *-build-*
  26. # QtCreator
  27. *.autosave
  28. #QtCtreator Qml
  29. *.qmlproject.user
  30. *.qmlproject.user.*