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.

преди 13 години
преди 14 години
преди 14 години
преди 13 години
преди 14 години
преди 14 години
преди 12 години
преди 12 години
преди 14 години
преди 11 години
преди 11 години
преди 12 години
преди 11 години
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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/06_sprite
  89. tutorial/08_fbo
  90. tutorial/11_fractal
  91. tutorial/12_voronoi
  92. # Our data
  93. doc/doxygen.cfg
  94. doc/doxygen.log
  95. doc/html
  96. doc/latex
  97. doc/man