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.
 
 
 
 
 
 

157 regels
2.6 KiB

  1. # Autotools cruft
  2. *.o
  3. *.lo
  4. *.a
  5. *.la
  6. *.exe
  7. *.so
  8. *.elf
  9. *.self
  10. *.nexe
  11. *.userprefs
  12. *.usertasks
  13. *.pidb
  14. .auto
  15. .libs
  16. .deps
  17. .dirstamp
  18. .*.androiddir
  19. .*.androidstamp
  20. Makefile
  21. Makefile.in
  22. aclocal.m4
  23. build/autotools/m4/libtool.m4
  24. build/autotools/m4/ltoptions.m4
  25. build/autotools/m4/ltsugar.m4
  26. build/autotools/m4/ltversion.m4
  27. build/autotools/m4/lt~obsolete.m4
  28. autom4te.cache
  29. config.h.in
  30. config.h
  31. config.log
  32. config.status
  33. configure
  34. libtool
  35. stamp-*
  36. *-stamp
  37. lolengine-*.tar.*
  38. test-suite.log
  39. # Personal stuff
  40. patch-*.diff
  41. # Debugging cruft
  42. core
  43. !core/
  44. core.*
  45. vgcore.*
  46. callgrind.out.*
  47. perf.data*
  48. *.gcda
  49. *.gcno
  50. # Editor cruft
  51. .*.swp
  52. *~
  53. .ycm_extra_conf.pyc
  54. # Visual Studio cruft
  55. .vs
  56. *.vcxproj.user
  57. *.csproj.user
  58. binaries/*Debug
  59. binaries/*Release
  60. build/*.VC.VC.opendb
  61. build/*.VC.db
  62. build/*.sdf
  63. build/*.suo
  64. build/*.opensdf
  65. build/visualstudio/ipch
  66. build/visualstudio/*.log
  67. build/visualstudio/*.XGD
  68. # Emscripten cruft
  69. a.out*
  70. doc/examples/*.html
  71. doc/examples/*.wasm
  72. doc/examples/*.wasm.*
  73. doc/examples/*.js
  74. doc/legacy/*.html
  75. doc/legacy/*.wasm
  76. doc/legacy/*.wasm.*
  77. doc/legacy/*.js
  78. doc/legacy/*/*.html
  79. doc/legacy/*/*.wasm
  80. doc/legacy/*/*.wasm.*
  81. doc/legacy/*/*.js
  82. doc/tutorial/*.html
  83. doc/tutorial/*.wasm
  84. doc/tutorial/*.wasm.*
  85. doc/tutorial/*.js
  86. src/t/*.html
  87. src/t/*.wasm
  88. src/t/*.wasm.*
  89. src/t/*.js
  90. # ReSharper cruft
  91. _ReSharper.*
  92. # Do not exclude anything in external. There is no way to do this recursively
  93. # but the nesting below is currently one level more than our current max.
  94. !external/*
  95. !external/*/*
  96. !external/*/*/*
  97. !external/*/*/*/*
  98. !external/*/*/*/*/*
  99. !external/*/*/*/*/*/*
  100. !external/*/*/*/*/*/*/*
  101. # Our private repositories
  102. lol-switch
  103. lol-playstation
  104. # Our binaries
  105. demos/lol.js/lol.js
  106. doc/legacy/benchsuite
  107. doc/legacy/bluenoise
  108. doc/legacy/btphystest
  109. doc/legacy/sandbox/sample
  110. doc/legacy/math/pi
  111. doc/legacy/math/poly
  112. doc/legacy/simplex
  113. doc/tutorial/01_triangle
  114. doc/tutorial/02_cube
  115. doc/tutorial/03_noise
  116. doc/tutorial/04_texture
  117. doc/tutorial/05_easymesh
  118. doc/tutorial/06_sprite
  119. doc/tutorial/07_input
  120. doc/tutorial/08_fbo
  121. doc/tutorial/09_sound
  122. doc/tutorial/11_fractal
  123. doc/tutorial/12_voronoi
  124. doc/tutorial/13_shader_builder
  125. doc/tutorial/14_lua
  126. doc/tutorial/15_gui
  127. doc/tutorial/16_movie
  128. doc/tutorial/16_movie.gif
  129. doc/tutorial/17_net
  130. tools/make-font
  131. # Our data
  132. doc/doxygen.cfg
  133. doc/doxygen.log
  134. doc/html
  135. doc/latex
  136. doc/man
  137. # Our test suites
  138. build/check-*.log
  139. build/check-*.trs
  140. src/t/test-base
  141. src/t/test-math
  142. src/t/test-sys
  143. src/t/test-image
  144. src/t/test-entity
  145. src/t/test-*.log
  146. src/t/test-*.trs
  147. # Our tools
  148. tools/vslol/bin/*/*
  149. tools/vslol/obj/*/*
  150. tools/vslol/obj/*/*/*
  151. tools/vslol/obj/*/*/*
  152. tools/vslol/*.suo
  153. # ImGui cruft
  154. imgui.ini
  155. # Built stuff
  156. binaries/