.gitignore 893 B

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