Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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