Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

98 строки
1.7 KiB

10 лет назад
11 лет назад
11 лет назад
11 лет назад
11 лет назад
11 лет назад
11 лет назад
10 лет назад
8 лет назад
11 лет назад
11 лет назад
9 лет назад
8 лет назад
8 лет назад
  1. # Ignore generated files
  2. # ...
  3. # Ignore VIM's backup generated files
  4. *.swp
  5. # Ignore Android generated files and folders
  6. src_android/obj/
  7. templates/android_project/bin/
  8. templates/android_project/obj/
  9. templates/android_project/libs/
  10. local.properties
  11. # Ignore thumbnails created by windows
  12. Thumbs.db
  13. # Ignore files build by Visual Studio
  14. # *.obj --> Can be confused with 3d model!
  15. *.pdb
  16. *.aps
  17. *.vcproj.*.user
  18. *.vcxproj*
  19. *.sln
  20. *.vspscc
  21. *_i.c
  22. *.i
  23. *.icf
  24. *_p.c
  25. *.ncb
  26. *.suo
  27. *.tlb
  28. *.tlh
  29. *.bak
  30. *.cache
  31. *.ilk
  32. *.log
  33. [Bb]in
  34. [Dd]ebug/
  35. [Dd]ebug.win32/
  36. *.sbr
  37. *.sdf
  38. obj/
  39. [Rr]elease.win32/
  40. _ReSharper*/
  41. [Tt]est[Rr]esult*
  42. ipch/
  43. *.opensdf
  44. # Ignore compiled binaries
  45. *.o
  46. *.exe
  47. !tools/rREM/rrem.exe
  48. # Ignore all examples files
  49. examples/*
  50. # Unignore all examples dirs
  51. !examples/*/
  52. # Unignore all examples files with extension
  53. !examples/*.c
  54. !examples/*.lua
  55. !examples/*.png
  56. # Unignore examples Makefile
  57. !examples/Makefile
  58. # Ignore files build by xcode
  59. *.mode*v*
  60. *.pbxuser
  61. *.xcbkptlist
  62. *.xcscheme
  63. *.xcworkspacedata
  64. *.xcuserstate
  65. *.xccheckout
  66. xcschememanagement.plist
  67. .DS_Store
  68. ._.*
  69. xcuserdata/
  70. DerivedData/
  71. *.dll
  72. src/libraylib.a
  73. src/libraylib.bc
  74. # external libraries DLLs
  75. !src/external/glfw3/lib/win32/glfw3.dll
  76. !src/external/openal_soft/lib/win32/OpenAL32.dll
  77. !src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
  78. !src/external/pthread/lib/pthreadGC2.dll
  79. # Visual Studio project
  80. project/vs2015/*.db
  81. project/vs2015/*.opendb
  82. !project/vs2015/raylib.sln
  83. !project/vs2015/raylib/*.vcxproj
  84. !project/vs2015/examples/*.vcxproj
  85. !project/vs2015/external/glfw3/lib/win32/glfw3.dll
  86. !project/vs2015/external/openal_soft/lib/win32/OpenAL32.dll
  87. !project/vs2015/external/openal_soft/lib/win64/OpenAL32.dll
  88. !project/vs2015/external/lua/lib/win32/lua53.dll