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.
 
 
 

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