.gitignore 878 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. #
  2. # NOTE! Don't add files that are generated in specific
  3. # subdirectories here. Add them in the ".gitignore" file
  4. # in that subdirectory instead.
  5. #
  6. # Normal rules (sorted alphabetically)
  7. #
  8. .*
  9. *.a
  10. *.bin
  11. *.cfgout
  12. *.dtb
  13. *.dtb.S
  14. *.elf
  15. *.exe
  16. *.gcda
  17. *.gcno
  18. *.i
  19. *.lex.c
  20. *.lst
  21. *.mod.c
  22. *.o
  23. *.o.*
  24. *.order
  25. *.patch
  26. *.s
  27. *.su
  28. *.swp
  29. *.tab.[ch]
  30. # Build tree
  31. /build-*
  32. #
  33. # Top-level generic files
  34. #
  35. fit-dtb.blob
  36. /MLO*
  37. /SPL*
  38. /System.map
  39. /u-boot*
  40. /boards.cfg
  41. #
  42. # git files that we don't want to ignore even it they are dot-files
  43. #
  44. !.gitignore
  45. !.mailmap
  46. #
  47. # Generated files
  48. #
  49. /spl/
  50. /tpl/
  51. /defconfig
  52. #
  53. # Generated include files
  54. #
  55. /include/config/
  56. /include/generated/
  57. # stgit generated dirs
  58. patches-*
  59. .stgit-edit.txt
  60. # quilt's files
  61. patches
  62. series
  63. # gdb files
  64. .gdb_history
  65. # cscope files
  66. cscope.*
  67. # tags files
  68. /tags
  69. /ctags
  70. /etags
  71. # gnu global files
  72. GPATH
  73. GRTAGS
  74. GSYMS
  75. GTAGS
  76. *.orig
  77. *~
  78. \#*#