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.
 
 
 

71 lines
957 B

  1. # Autotools cruft
  2. *.o
  3. *.lo
  4. *.a
  5. *.la
  6. *.exe
  7. *.elf
  8. *.self
  9. *.userprefs
  10. *.usertasks
  11. *.pidb
  12. .auto
  13. .libs
  14. .deps
  15. Makefile
  16. Makefile.in
  17. aclocal.m4
  18. autom4te.cache
  19. config.h.in
  20. config.h
  21. config.log
  22. config.status
  23. configure
  24. libtool
  25. stamp-*
  26. *-stamp
  27. lolengine-*.tar.*
  28. # Personal stuff
  29. patch-*.diff
  30. # Debugging cruft
  31. core
  32. core.*
  33. vgcore.*
  34. # Editor cruft
  35. .*.swp
  36. *~
  37. # Visual Studio cruft
  38. win32/Debug
  39. win32/Release
  40. win32/*.vcxproj.user
  41. win32/*.sdf
  42. win32/*.suo
  43. # Android cruft
  44. monsterz/android/assets
  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. deushax/deushax
  56. deushax/editor
  57. monsterz/monsterz
  58. test/testsuite
  59. test/tutorial/tut01
  60. test/tutorial/tut02
  61. test/tutorial/tut03
  62. test/benchsuite
  63. test/quad
  64. test/sandbox
  65. test/math/pi
  66. test/math/poly
  67. test/math/remez
  68. test/xolotl/xolotl
  69. tools/make-font
  70. # Our data