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 години
преди 14 години
преди 12 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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/testsuite
  74. test/sandbox/sample
  75. test/math/pi
  76. test/math/poly
  77. test/math/remez
  78. test/xolotl/xolotl
  79. tools/make-font
  80. tutorial/01_triangle
  81. tutorial/02_cube
  82. tutorial/03_noise
  83. tutorial/04_texture
  84. tutorial/05_easymesh
  85. tutorial/08_fbo
  86. tutorial/11_fractal
  87. # Our data
  88. doc/doxygen.cfg