.gitignore 918 B

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