.gitignore 899 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. *.dtbo
  14. *.dtb.S
  15. *.elf
  16. *.exe
  17. *.gcda
  18. *.gcno
  19. *.i
  20. *.img
  21. *.lex.c
  22. *.lst
  23. *.mod.c
  24. *.o
  25. *.o.*
  26. *.order
  27. *.patch
  28. *.s
  29. *.su
  30. *.swp
  31. *.tab.[ch]
  32. # Build tree
  33. /build-*
  34. #
  35. # Top-level generic files
  36. #
  37. fit-dtb.blob*
  38. /MLO*
  39. /SPL*
  40. /System.map
  41. /u-boot*
  42. /boards.cfg
  43. /*.log
  44. #
  45. # git files that we don't want to ignore even it they are dot-files
  46. #
  47. !.gitignore
  48. !.mailmap
  49. #
  50. # Generated files
  51. #
  52. /spl/
  53. /tpl/
  54. /defconfig
  55. #
  56. # Generated include files
  57. #
  58. /include/config/
  59. /include/generated/
  60. # stgit generated dirs
  61. patches-*
  62. .stgit-edit.txt
  63. # quilt's files
  64. patches
  65. series
  66. # gdb files
  67. .gdb_history
  68. # cscope files
  69. cscope.*
  70. # tags files
  71. /tags
  72. /ctags
  73. /etags
  74. # gnu global files
  75. GPATH
  76. GRTAGS
  77. GSYMS
  78. GTAGS
  79. *.orig
  80. *~
  81. \#*#