Starter project for SDL2.
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.

63 lines
651 B

  1. *.d
  2. *.o
  3. *.ko
  4. *.obj
  5. *.elf
  6. *.ilk
  7. *.map
  8. *.exp
  9. *.gch
  10. *.pch
  11. *.lib
  12. *.a
  13. *.la
  14. *.lo
  15. *.dll
  16. *.so
  17. *.so.*
  18. *.dylib
  19. *.exe
  20. *.out
  21. *.app
  22. *.i*86
  23. *.x86_64
  24. *.hex
  25. *.dSYM/
  26. *.su
  27. *.idb
  28. *.pdb
  29. *.mod*
  30. *.cmd
  31. .tmp_versions/
  32. modules.order
  33. Module.symvers
  34. Mkfile.old
  35. dkms.conf
  36. CMakeLists.txt.user
  37. CMakeCache.txt
  38. CMakeFiles
  39. CMakeScripts
  40. Testing
  41. Makefile
  42. cmake_install.cmake
  43. install_manifest.txt
  44. compile_commands.json
  45. CTestTestfile.cmake
  46. _deps
  47. Thumbs.db
  48. Thumbs.db:encryptable
  49. ehthumbs.db
  50. ehthumbs_vista.db
  51. *.stackdump
  52. [Dd]esktop.ini
  53. $RECYCLE.BIN/
  54. *.cab
  55. *.msi
  56. *.msix
  57. *.msm
  58. *.msp
  59. *.lnk
  60. .idea/
  61. cmake-build-debug/
  62. dependencies/