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.
 
 
 

68 lines
895 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/*.sdf
  44. win32/*.suo
  45. # Do not exclude anything in contrib; this is currently one level
  46. # more than our current max
  47. !contrib/*
  48. !contrib/*/*
  49. !contrib/*/*/*
  50. !contrib/*/*/*/*
  51. !contrib/*/*/*/*/*
  52. !contrib/*/*/*/*/*/*
  53. !contrib/*/*/*/*/*/*/*
  54. # Our binaries
  55. test/testsuite
  56. test/tutorial/tut01
  57. test/tutorial/tut02
  58. test/tutorial/tut03
  59. test/benchsuite
  60. test/quad
  61. test/sandbox/sample
  62. test/math/pi
  63. test/math/poly
  64. test/math/remez
  65. test/xolotl/xolotl
  66. tools/make-font
  67. # Our data