.gitignore 479 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #
  2. # Kbuild ignores
  3. #
  4. .*
  5. *.o
  6. *.o.*
  7. *.a
  8. *.s
  9. Kbuild
  10. Config.in
  11. #
  12. # Never ignore these
  13. #
  14. !.gitignore
  15. #
  16. # Normal output
  17. #
  18. /busybox
  19. /busybox_old
  20. /busybox_unstripped*
  21. #
  22. # Backups / patches
  23. #
  24. *~
  25. *.orig
  26. *.rej
  27. /*.patch
  28. #
  29. # debugging stuff
  30. #
  31. core
  32. .gdb_history
  33. .gdbinit
  34. #
  35. # testing output
  36. #
  37. /busybox.links
  38. /runtest-tempdir-links
  39. /testsuite/echo-ne
  40. #
  41. # cscope output
  42. #
  43. cscope.files
  44. cscope.in.out
  45. cscope.out
  46. cscope.po.out
  47. #
  48. # ctags output
  49. #
  50. tags
  51. TAGS
  52. #
  53. # user-supplied scripts
  54. #
  55. /embed