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.

136 lines
2.3 KiB

пре 11 година
пре 11 година
пре 11 година
пре 11 година
пре 11 година
пре 11 година
пре 11 година
пре 10 година
пре 8 година
пре 11 година
пре 7 година
пре 11 година
пре 9 година
пре 8 година
пре 7 година
пре 8 година
пре 7 година
пре 7 година
пре 8 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
  1. # Ignore generated files
  2. # ...
  3. # Ignore VIM's backup generated files
  4. *.swp
  5. *.swo
  6. *~
  7. # Ignore thumbnails created by windows
  8. Thumbs.db
  9. # Ignore files build by Visual Studio
  10. # *.obj --> Can be confused with 3d model!
  11. *.pdb
  12. *.aps
  13. *.vcproj.*.user
  14. *.vcxproj*
  15. *.sln
  16. *.vspscc
  17. *_i.c
  18. *.i
  19. *.icf
  20. *_p.c
  21. *.ncb
  22. *.suo
  23. *.tlb
  24. *.tlh
  25. *.bak
  26. *.cache
  27. *.ilk
  28. *.log
  29. [Bb]in
  30. [Dd]ebug/
  31. [Dd]ebug.win32/
  32. *.sbr
  33. *.sdf
  34. obj/
  35. [R]elease/
  36. [Rr]elease.win32/
  37. _ReSharper*/
  38. [Tt]est[Rr]esult*
  39. ipch/
  40. *.opensdf
  41. # Ignore compiled binaries
  42. *.o
  43. *.exe
  44. !tools/rREM/rrem.exe
  45. # Ignore all examples files
  46. examples/*
  47. # Unignore all examples dirs
  48. !examples/*/
  49. # Unignore all examples files with extension
  50. !examples/*.c
  51. !examples/*.lua
  52. !examples/*.png
  53. # Unignore examples Makefile
  54. !examples/Makefile
  55. # Ignore all games files
  56. games/*
  57. # Unignore all games dirs
  58. !games/*/
  59. # Unignore all games files with extension
  60. !games/*.c
  61. !games/*.lua
  62. !games/*.png
  63. # Unignore games makefile
  64. !games/Makefile
  65. # Ignore files build by xcode
  66. *.mode*v*
  67. *.pbxuser
  68. *.xcbkptlist
  69. *.xcscheme
  70. *.xcworkspacedata
  71. *.xcuserstate
  72. *.xccheckout
  73. xcschememanagement.plist
  74. .DS_Store
  75. ._.*
  76. xcuserdata/
  77. DerivedData/
  78. # Visual Studio project
  79. project/vs2015/*.db
  80. project/vs2015/*.opendb
  81. project/vs2015.UWP/packages
  82. project/vs2015.UWP/*.db
  83. !project/vs2015/raylib.sln
  84. !project/vs2015/raylib/*.vcxproj
  85. !project/vs2015/examples/*.vcxproj
  86. !project/vs2017/raylib.sln
  87. !project/vs2017/raylib/*.vcxproj
  88. !project/vs2017/examples/*.vcxproj
  89. !project/vs2015.UWP/raylib/*.vcxproj
  90. !project/vs2015.UWP/*.sln
  91. !project/vs2015.UWP/raylib.App.UWP/*.vcxproj
  92. # Web examples
  93. docs/examples/web/*.html
  94. docs/examples/web/*/*.html
  95. !docs/examples/web/loader.html
  96. !docs/examples/web/core/loader.html
  97. !docs/examples/web/shapes/loader.html
  98. !docs/examples/web/text/loader.html
  99. !docs/examples/web/textures/loader.html
  100. !docs/examples/web/audio/loader.html
  101. !docs/examples/web/physac/loader.html
  102. !docs/examples/web/shaders/loader.html
  103. !docs/examples/web/models/loader.html
  104. # CMake stuff
  105. CMakeCache.txt
  106. CMakeFiles
  107. CMakeScripts
  108. Testing
  109. cmake_install.cmake
  110. install_manifest.txt
  111. compile_commands.json
  112. CTestTestfile.cmake
  113. build
  114. !templates/android_project/Makefile
  115. # Unignore These makefiles...
  116. !examples/CMakeLists.txt
  117. !games/CMakeLists.txt
  118. # Ignore Android generated files and folders
  119. templates/android_project/output
  120. # Ignore GNU global tags
  121. GPATH
  122. GRTAGS
  123. GTAGS