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.

87 lines
1.3 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. Makefile
  19. Makefile.in
  20. aclocal.m4
  21. build/autotools/m4/libtool.m4
  22. build/autotools/m4/ltoptions.m4
  23. build/autotools/m4/ltsugar.m4
  24. build/autotools/m4/ltversion.m4
  25. build/autotools/m4/lt~obsolete.m4
  26. autom4te.cache
  27. config.h.in
  28. config.h
  29. config.log
  30. config.status
  31. configure
  32. libtool
  33. stamp-*
  34. *-stamp
  35. lolengine-*.tar.*
  36. # Personal stuff
  37. patch-*.diff
  38. # Debugging cruft
  39. core
  40. !core/
  41. core.*
  42. vgcore.*
  43. callgrind.out.*
  44. perf.data*
  45. *.gcda
  46. *.gcno
  47. # Editor cruft
  48. .*.swp
  49. *~
  50. # Visual Studio cruft
  51. *.vcxproj.user
  52. binaries/*Debug
  53. binaries/*Release
  54. build/vs2010/ipch
  55. build/vs2010/*.opensdf
  56. build/vs2010/*.sdf
  57. build/vs2010/*.suo
  58. build/vs2010/*.log
  59. build/vs2010/*.XGD
  60. # Do not exclude anything in external. There is no way to do this recursively
  61. # but the nesting below is currently one level more than our current max.
  62. !external/*
  63. !external/*/*
  64. !external/*/*/*
  65. !external/*/*/*/*
  66. !external/*/*/*/*/*
  67. !external/*/*/*/*/*/*
  68. !external/*/*/*/*/*/*/*
  69. # Our binaries
  70. test/benchsuite
  71. test/btphystest
  72. test/testsuite
  73. test/sandbox/sample
  74. test/math/pi
  75. test/math/poly
  76. test/math/remez
  77. test/xolotl/xolotl
  78. tools/make-font
  79. tutorial/01_triangle
  80. tutorial/02_cube
  81. tutorial/03_noise
  82. tutorial/04_texture
  83. tutorial/05_easymesh
  84. tutorial/08_fbo
  85. tutorial/11_fractal
  86. # Our data