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.

75 lines
1.1 KiB

  1. # Ignore generated files
  2. # ...
  3. # Ignore Android generated files and folders
  4. src_android/obj/
  5. templates/android_project/bin/
  6. templates/android_project/obj/
  7. templates/android_project/libs/
  8. local.properties
  9. # Ignore thumbnails created by windows
  10. Thumbs.db
  11. # Ignore files build by Visual Studio
  12. # *.obj --> Can be confused with 3d model!
  13. *.pdb
  14. *.aps
  15. *.vcproj.*.user
  16. *.vcxproj*
  17. *.sln
  18. *.vspscc
  19. *_i.c
  20. *.i
  21. *.icf
  22. *_p.c
  23. *.ncb
  24. *.suo
  25. *.tlb
  26. *.tlh
  27. *.bak
  28. *.cache
  29. *.ilk
  30. *.log
  31. [Bb]in
  32. [Dd]ebug/
  33. [Dd]ebug.win32/
  34. *.sbr
  35. *.sdf
  36. obj/
  37. [Rr]elease.win32/
  38. _ReSharper*/
  39. [Tt]est[Rr]esult*
  40. ipch/
  41. *.opensdf
  42. # Ignore compiled binaries
  43. *.o
  44. *.exe
  45. !tools/rrem.exe
  46. # Ignore files build by xcode
  47. *.mode*v*
  48. *.pbxuser
  49. *.xcbkptlist
  50. *.xcscheme
  51. *.xcworkspacedata
  52. *.xcuserstate
  53. *.xccheckout
  54. xcschememanagement.plist
  55. .DS_Store
  56. ._.*
  57. xcuserdata/
  58. DerivedData/
  59. *.dll
  60. src/libraylib.a
  61. src/libraylib.bc
  62. # oculus example
  63. !examples/oculus_glfw_sample/
  64. # external libraries DLLs
  65. !src/external/glfw3/lib/win32/glfw3.dll
  66. !src/external/openal_soft/lib/win32/OpenAL32.dll
  67. !src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
  68. !src/external/pthread/pthreadGC2.dll