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.

62 lines
707 B

  1. # Ignore generated files
  2. # ...
  3. # Ignore compiled binaries
  4. src/core.o
  5. src/shapes.o
  6. src/textures.o
  7. src/text.o
  8. src/models.o
  9. src/audio.o
  10. src/vector3.o
  11. src/stb_image.o
  12. src/*.exe
  13. examples/*.o
  14. # Ignore thumbnails created by windows
  15. Thumbs.db
  16. # Ignore files build by Visual Studio
  17. *.obj
  18. *.pdb
  19. *.aps
  20. *.vcproj.*.user
  21. *.vcxproj*
  22. *.sln
  23. *.vspscc
  24. *_i.c
  25. *.i
  26. *.icf
  27. *_p.c
  28. *.ncb
  29. *.suo
  30. *.tlb
  31. *.tlh
  32. *.bak
  33. *.cache
  34. *.ilk
  35. *.log
  36. [Bb]in
  37. [Dd]ebug/
  38. [Dd]ebug.win32/
  39. *.sbr
  40. *.sdf
  41. obj/
  42. [Rr]elease.win32/
  43. _ReSharper*/
  44. [Tt]est[Rr]esult*
  45. ipch/
  46. *.opensdf
  47. # Ignore files build by xcode
  48. *.mode*v*
  49. *.pbxuser
  50. *.xcbkptlist
  51. *.xcscheme
  52. *.xcworkspacedata
  53. *.xcuserstate
  54. *.xccheckout
  55. xcschememanagement.plist
  56. .DS_Store
  57. ._.*
  58. xcuserdata/
  59. DerivedData/