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.

.gitignore 1.8 KiB

14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. # Visual Studio cruft
  54. *.vcxproj.user
  55. *.csproj.user
  56. binaries/*Debug
  57. binaries/*Release
  58. build/vs2010/ipch
  59. build/vs2010/*.opensdf
  60. build/vs2010/*.sdf
  61. build/vs2010/*.suo
  62. build/vs2010/*.log
  63. build/vs2010/*.XGD
  64. build/vs2012/ipch
  65. build/vs2012/*.opensdf
  66. build/vs2012/*.sdf
  67. build/vs2012/*.suo
  68. build/vs2012/*.log
  69. build/vs2012/*.XGD
  70. # ReSharper cruft
  71. _ReSharper.*
  72. # Do not exclude anything in external. There is no way to do this recursively
  73. # but the nesting below is currently one level more than our current max.
  74. !external/*
  75. !external/*/*
  76. !external/*/*/*
  77. !external/*/*/*/*
  78. !external/*/*/*/*/*
  79. !external/*/*/*/*/*/*
  80. !external/*/*/*/*/*/*/*
  81. # Our binaries
  82. test/benchsuite
  83. test/btphystest
  84. test/meshviewer
  85. test/testsuite
  86. test/sandbox/sample
  87. test/math/pi
  88. test/math/poly
  89. test/xolotl/xolotl
  90. tools/make-font
  91. demos/lol.js/lol.js
  92. demos/tutorial/01_triangle
  93. demos/tutorial/02_cube
  94. demos/tutorial/03_noise
  95. demos/tutorial/04_texture
  96. demos/tutorial/05_easymesh
  97. demos/tutorial/06_sprite
  98. demos/tutorial/08_fbo
  99. demos/tutorial/11_fractal
  100. demos/tutorial/12_voronoi
  101. # Our data
  102. doc/doxygen.cfg
  103. doc/doxygen.log
  104. doc/html
  105. doc/latex
  106. doc/man
  107. # Our test suites
  108. test/testsuite.log
  109. test/testsuite.trs
  110. # Our tools
  111. tools/vslol/bin/*/*
  112. tools/vslol/obj/*/*
  113. tools/vslol/obj/*/*/*
  114. tools/vslol/obj/*/*/*
  115. tools/vslol/*.suo