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.

.gitignore 751 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Autotools cruft
  2. *.o
  3. *.lo
  4. *.a
  5. *.la
  6. *.exe
  7. *.userprefs
  8. *.usertasks
  9. *.pidb
  10. .auto
  11. .libs
  12. .deps
  13. Makefile
  14. Makefile.in
  15. aclocal.m4
  16. autom4te.cache
  17. config.h.in
  18. config.h
  19. config.log
  20. config.status
  21. configure
  22. libtool
  23. stamp-*
  24. *-stamp
  25. lolengine-*.tar.*
  26. # Personal stuff
  27. patch-*.diff
  28. # Debugging cruft
  29. core
  30. core.*
  31. vgcore.*
  32. # Editor cruft
  33. .*.swp
  34. *~
  35. # Visual Studio cruft
  36. win32/Debug
  37. win32/Release
  38. win32/*.vcxproj.user
  39. win32/*.sdf
  40. win32/*.suo
  41. # Do not exclude anything in contrib; this is currently one level
  42. # more than our current max
  43. !contrib/*
  44. !contrib/*/*
  45. !contrib/*/*/*
  46. !contrib/*/*/*/*
  47. !contrib/*/*/*/*/*
  48. !contrib/*/*/*/*/*/*
  49. !contrib/*/*/*/*/*/*/*
  50. # Our binaries
  51. deushax/deushax
  52. deushax/editor
  53. monsterz/monsterz
  54. test/lol-test
  55. test/quad
  56. tools/make-font
  57. # Our data