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 години
преди 13 години
преди 14 години
преди 14 години
преди 14 години
преди 14 години
преди 14 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. Makefile
  17. Makefile.in
  18. aclocal.m4
  19. autom4te.cache
  20. config.h.in
  21. config.h
  22. config.log
  23. config.status
  24. configure
  25. libtool
  26. stamp-*
  27. *-stamp
  28. lolengine-*.tar.*
  29. # Personal stuff
  30. patch-*.diff
  31. # Debugging cruft
  32. core
  33. core.*
  34. vgcore.*
  35. # Editor cruft
  36. .*.swp
  37. *~
  38. # Visual Studio cruft
  39. win32/ipch
  40. win32/*Debug
  41. win32/*Release
  42. win32/*.vcxproj.user
  43. win32/*.opensdf
  44. win32/*.sdf
  45. win32/*.suo
  46. win32/*.log
  47. win32/*.XGD
  48. # Do not exclude anything in contrib; this is currently one level
  49. # more than our current max
  50. !contrib/*
  51. !contrib/*/*
  52. !contrib/*/*/*
  53. !contrib/*/*/*/*
  54. !contrib/*/*/*/*/*
  55. !contrib/*/*/*/*/*/*
  56. !contrib/*/*/*/*/*/*/*
  57. # Our binaries
  58. test/testsuite
  59. test/tutorial/tut01
  60. test/tutorial/tut02
  61. test/tutorial/tut03
  62. test/benchsuite
  63. test/quad
  64. test/sandbox/sample
  65. test/math/pi
  66. test/math/poly
  67. test/math/remez
  68. test/xolotl/xolotl
  69. tools/make-font
  70. # Our data