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.
 
 
 

62 lines
792 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. # Do not exclude anything in contrib; this is currently one level
  44. # more than our current max
  45. !contrib/*
  46. !contrib/*/*
  47. !contrib/*/*/*
  48. !contrib/*/*/*/*
  49. !contrib/*/*/*/*/*
  50. !contrib/*/*/*/*/*/*
  51. !contrib/*/*/*/*/*/*/*
  52. # Our binaries
  53. deushax/deushax
  54. deushax/editor
  55. monsterz/monsterz
  56. test/lol-test
  57. test/lol-bench
  58. test/quad
  59. test/sandbox
  60. tools/make-font
  61. # Our data