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.

129 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. !src/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. # Ignore all games files
  59. games/*
  60. # Unignore all games dirs
  61. !games/*/
  62. # Unignore all games files with extension
  63. !games/*.c
  64. !games/*.lua
  65. !games/*.png
  66. # Unignore games makefile
  67. !games/Makefile
  68. # Ignore files build by xcode
  69. *.mode*v*
  70. *.pbxuser
  71. *.xcbkptlist
  72. *.xcscheme
  73. *.xcworkspacedata
  74. *.xcuserstate
  75. *.xccheckout
  76. xcschememanagement.plist
  77. .DS_Store
  78. ._.*
  79. xcuserdata/
  80. DerivedData/
  81. # Visual Studio project
  82. project/VS2015.UWP/packages
  83. project/VS2017/packages
  84. # Web examples
  85. docs/examples/web/*.html
  86. docs/examples/web/*/*.html
  87. !docs/examples/web/loader.html
  88. !docs/examples/web/core/loader.html
  89. !docs/examples/web/shapes/loader.html
  90. !docs/examples/web/text/loader.html
  91. !docs/examples/web/textures/loader.html
  92. !docs/examples/web/audio/loader.html
  93. !docs/examples/web/physac/loader.html
  94. !docs/examples/web/shaders/loader.html
  95. !docs/examples/web/models/loader.html
  96. # CMake stuff
  97. CMakeCache.txt
  98. CMakeFiles
  99. CMakeScripts
  100. Testing
  101. TestingIfSymlinkWorks
  102. cmake_install.cmake
  103. install_manifest.txt
  104. compile_commands.json
  105. CTestTestfile.cmake
  106. build
  107. !templates/android_project/Makefile
  108. # Unignore These makefiles...
  109. !examples/CMakeLists.txt
  110. !games/CMakeLists.txt
  111. # Ignore Android generated files and folders
  112. templates/android_project/output
  113. # Ignore GNU global tags
  114. GPATH
  115. GRTAGS
  116. GTAGS