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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. callgrind.out.*
  36. perf.data*
  37. *.gcda
  38. *.gcno
  39. # Editor cruft
  40. .*.swp
  41. *~
  42. # Visual Studio cruft
  43. win32/ipch
  44. win32/*Debug
  45. win32/*Release
  46. win32/*.vcxproj.user
  47. win32/*.opensdf
  48. win32/*.sdf
  49. win32/*.suo
  50. win32/*.log
  51. win32/*.XGD
  52. # Do not exclude anything in contrib; this is currently one level
  53. # more than our current max
  54. !contrib/*
  55. !contrib/*/*
  56. !contrib/*/*/*
  57. !contrib/*/*/*/*
  58. !contrib/*/*/*/*/*
  59. !contrib/*/*/*/*/*/*
  60. !contrib/*/*/*/*/*/*/*
  61. # Our binaries
  62. test/testsuite
  63. test/tutorial/01_triangle
  64. test/tutorial/02_cube
  65. test/tutorial/03_fractal
  66. test/benchsuite
  67. test/quad
  68. test/sandbox/sample
  69. test/math/pi
  70. test/math/poly
  71. test/math/remez
  72. test/xolotl/xolotl
  73. tools/make-font
  74. # Our data