No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

.gitignore 1.4 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. *.csproj.user
  53. binaries/*Debug
  54. binaries/*Release
  55. build/vs2010/ipch
  56. build/vs2010/*.opensdf
  57. build/vs2010/*.sdf
  58. build/vs2010/*.suo
  59. build/vs2010/*.log
  60. build/vs2010/*.XGD
  61. # Do not exclude anything in external. There is no way to do this recursively
  62. # but the nesting below is currently one level more than our current max.
  63. !external/*
  64. !external/*/*
  65. !external/*/*/*
  66. !external/*/*/*/*
  67. !external/*/*/*/*/*
  68. !external/*/*/*/*/*/*
  69. !external/*/*/*/*/*/*/*
  70. # Our binaries
  71. test/benchsuite
  72. test/btphystest
  73. test/meshviewer
  74. test/testsuite
  75. test/sandbox/sample
  76. test/math/pi
  77. test/math/poly
  78. test/math/remez
  79. test/xolotl/xolotl
  80. tools/make-font
  81. tutorial/01_triangle
  82. tutorial/02_cube
  83. tutorial/03_noise
  84. tutorial/04_texture
  85. tutorial/05_easymesh
  86. tutorial/08_fbo
  87. tutorial/11_fractal
  88. # Our data
  89. doc/doxygen.cfg