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.

71 lignes
935 B

  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