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.4 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. # Personal stuff
  39. patch-*.diff
  40. # Debugging cruft
  41. core
  42. !core/
  43. core.*
  44. vgcore.*
  45. callgrind.out.*
  46. perf.data*
  47. *.gcda
  48. *.gcno
  49. # Editor cruft
  50. .*.swp
  51. *~
  52. # Visual Studio cruft
  53. *.vcxproj.user
  54. *.csproj.user
  55. binaries/*Debug
  56. binaries/*Release
  57. build/vs2010/ipch
  58. build/vs2010/*.opensdf
  59. build/vs2010/*.sdf
  60. build/vs2010/*.suo
  61. build/vs2010/*.log
  62. build/vs2010/*.XGD
  63. # Do not exclude anything in external. There is no way to do this recursively
  64. # but the nesting below is currently one level more than our current max.
  65. !external/*
  66. !external/*/*
  67. !external/*/*/*
  68. !external/*/*/*/*
  69. !external/*/*/*/*/*
  70. !external/*/*/*/*/*/*
  71. !external/*/*/*/*/*/*/*
  72. # Our binaries
  73. test/benchsuite
  74. test/btphystest
  75. test/meshviewer
  76. test/testsuite
  77. test/sandbox/sample
  78. test/math/pi
  79. test/math/poly
  80. test/math/remez
  81. test/xolotl/xolotl
  82. tools/make-font
  83. tutorial/01_triangle
  84. tutorial/02_cube
  85. tutorial/03_noise
  86. tutorial/04_texture
  87. tutorial/05_easymesh
  88. tutorial/08_fbo
  89. tutorial/11_fractal
  90. # Our data
  91. doc/doxygen.cfg