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.
 
 
 

79 lines
1.1 KiB

  1. # Autotools cruft
  2. *.o
  3. *.lo
  4. *.a
  5. *.la
  6. *.exe
  7. *.elf
  8. *.self
  9. *.nexe
  10. *.userprefs
  11. *.usertasks
  12. *.pidb
  13. .auto
  14. .libs
  15. .deps
  16. .dirstamp
  17. Makefile
  18. Makefile.in
  19. aclocal.m4
  20. autom4te.cache
  21. config.h.in
  22. config.h
  23. config.log
  24. config.status
  25. configure
  26. libtool
  27. stamp-*
  28. *-stamp
  29. lolengine-*.tar.*
  30. # Personal stuff
  31. patch-*.diff
  32. # Debugging cruft
  33. core
  34. core.*
  35. vgcore.*
  36. callgrind.out.*
  37. perf.data*
  38. *.gcda
  39. *.gcno
  40. # Editor cruft
  41. .*.swp
  42. *~
  43. # Visual Studio cruft
  44. *.vcxproj.user
  45. binaries/*Debug
  46. binaries/*Release
  47. build/vs2010/ipch
  48. build/vs2010/*.opensdf
  49. build/vs2010/*.sdf
  50. build/vs2010/*.suo
  51. build/vs2010/*.log
  52. build/vs2010/*.XGD
  53. # Do not exclude anything in contrib. There is no way to do this recursively
  54. # but the nesting below is currently one level more than our current max.
  55. !contrib/*
  56. !contrib/*/*
  57. !contrib/*/*/*
  58. !contrib/*/*/*/*
  59. !contrib/*/*/*/*/*
  60. !contrib/*/*/*/*/*/*
  61. !contrib/*/*/*/*/*/*/*
  62. # Our binaries
  63. test/benchsuite
  64. test/btphystest
  65. test/quad
  66. test/testsuite
  67. test/sandbox/sample
  68. test/math/pi
  69. test/math/poly
  70. test/math/remez
  71. test/xolotl/xolotl
  72. tools/make-font
  73. tutorial/01_triangle
  74. tutorial/02_cube
  75. tutorial/05_easymesh
  76. tutorial/08_fbo
  77. tutorial/11_fractal
  78. # Our data