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.

131 rivejä
2.0 KiB

11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
10 vuotta sitten
11 vuotta sitten
7 vuotta sitten
11 vuotta sitten
9 vuotta sitten
7 vuotta sitten
  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. *.user
  14. # *.vcproj
  15. # *.vcxproj*
  16. # *.sln
  17. *.vspscc
  18. *_i.c
  19. *.i
  20. *.icf
  21. *_p.c
  22. *.ncb
  23. *.suo
  24. *.tlb
  25. *.tlh
  26. *.bak
  27. *.cache
  28. *.ilk
  29. *.log
  30. [Bb]in
  31. [Dd]ebug/
  32. [Dd]ebug.win32/
  33. *.sbr
  34. *.sdf
  35. obj/
  36. [R]elease/
  37. [Rr]elease.win32/
  38. _ReSharper*/
  39. [Tt]est[Rr]esult*
  40. ipch/
  41. *.opensdf
  42. *.db
  43. *.opendb
  44. # Ignore compiled binaries
  45. *.o
  46. *.exe
  47. !raylib.rc.o
  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. !examples/Makefile.Android
  59. # Ignore all games files
  60. games/*
  61. # Unignore all games dirs
  62. !games/*/
  63. # Unignore all games files with extension
  64. !games/*.c
  65. !games/*.lua
  66. !games/*.png
  67. # Unignore games makefile
  68. !games/Makefile
  69. !games/Makefile.Android
  70. # Ignore files build by xcode
  71. *.mode*v*
  72. *.pbxuser
  73. *.xcbkptlist
  74. *.xcscheme
  75. *.xcworkspacedata
  76. *.xcuserstate
  77. *.xccheckout
  78. xcschememanagement.plist
  79. .DS_Store
  80. ._.*
  81. xcuserdata/
  82. DerivedData/
  83. # Visual Studio project
  84. project/VS2015.UWP/packages
  85. project/VS2017/packages
  86. # Web examples
  87. docs/examples/web/*.html
  88. docs/examples/web/*/*.html
  89. !docs/examples/web/loader.html
  90. !docs/examples/web/core/loader.html
  91. !docs/examples/web/shapes/loader.html
  92. !docs/examples/web/text/loader.html
  93. !docs/examples/web/textures/loader.html
  94. !docs/examples/web/audio/loader.html
  95. !docs/examples/web/physac/loader.html
  96. !docs/examples/web/shaders/loader.html
  97. !docs/examples/web/models/loader.html
  98. # CMake stuff
  99. CMakeCache.txt
  100. CMakeFiles
  101. CMakeScripts
  102. Testing
  103. TestingIfSymlinkWorks
  104. cmake_install.cmake
  105. install_manifest.txt
  106. compile_commands.json
  107. CTestTestfile.cmake
  108. build
  109. !templates/android_project/Makefile
  110. # Unignore These makefiles...
  111. !examples/CMakeLists.txt
  112. !games/CMakeLists.txt
  113. # Ignore Android generated files and folders
  114. templates/android_project/output
  115. # Ignore GNU global tags
  116. GPATH
  117. GRTAGS
  118. GTAGS