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 lines
2.1 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. # ReSharper cruft
  69. _ReSharper.*
  70. # Do not exclude anything in external. There is no way to do this recursively
  71. # but the nesting below is currently one level more than our current max.
  72. !external/*
  73. !external/*/*
  74. !external/*/*/*
  75. !external/*/*/*/*
  76. !external/*/*/*/*/*
  77. !external/*/*/*/*/*/*
  78. !external/*/*/*/*/*/*/*
  79. # Our binaries
  80. demos/lol.js/lol.js
  81. doc/samples/benchsuite
  82. doc/samples/bluenoise
  83. doc/samples/btphystest
  84. doc/samples/sandbox/sample
  85. doc/samples/math/pi
  86. doc/samples/math/poly
  87. doc/samples/simplex
  88. doc/tutorial/01_triangle
  89. doc/tutorial/02_cube
  90. doc/tutorial/03_noise
  91. doc/tutorial/04_texture
  92. doc/tutorial/05_easymesh
  93. doc/tutorial/06_sprite
  94. doc/tutorial/07_input
  95. doc/tutorial/08_fbo
  96. doc/tutorial/09_sound
  97. doc/tutorial/11_fractal
  98. doc/tutorial/12_voronoi
  99. doc/tutorial/13_shader_builder
  100. doc/tutorial/14_lua
  101. doc/tutorial/15_gui
  102. doc/tutorial/16_movie
  103. doc/tutorial/16_movie.gif
  104. tools/make-font
  105. # Our data
  106. doc/doxygen.cfg
  107. doc/doxygen.log
  108. doc/html
  109. doc/latex
  110. doc/man
  111. # Our test suites
  112. build/check-*.log
  113. build/check-*.trs
  114. src/t/test-base
  115. src/t/test-math
  116. src/t/test-sys
  117. src/t/test-image
  118. src/t/test-entity
  119. src/t/test-*.log
  120. src/t/test-*.trs
  121. # Our tools
  122. tools/vslol/bin/*/*
  123. tools/vslol/obj/*/*
  124. tools/vslol/obj/*/*/*
  125. tools/vslol/obj/*/*/*
  126. tools/vslol/*.suo
  127. # ImGui cruft
  128. imgui.ini
  129. # Built stuff
  130. binaries/