.gitignore 235 B

12345678910111213141516171819202122232425262728
  1. # C++ objects and libs
  2. *.slo
  3. *.lo
  4. *.o
  5. #*.a
  6. *.la
  7. *.lai
  8. *.so
  9. *.dll
  10. *.dylib
  11. #Makefile
  12. *-build-*
  13. build-*
  14. *.autosave
  15. # .log files (usually created by QtTest - thanks to VestniK)
  16. *.log
  17. # Editors temporary files
  18. *~
  19. #OSX
  20. .DS_Store
  21. ._*