.gitignore 885 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. #
  43. # git files that we don't want to ignore even it they are dot-files
  44. #
  45. !.gitignore
  46. !.mailmap
  47. #
  48. # Generated files
  49. #
  50. /spl/
  51. /tpl/
  52. /defconfig
  53. #
  54. # Generated include files
  55. #
  56. /include/config/
  57. /include/generated/
  58. # stgit generated dirs
  59. patches-*
  60. .stgit-edit.txt
  61. # quilt's files
  62. patches
  63. series
  64. # gdb files
  65. .gdb_history
  66. # cscope files
  67. cscope.*
  68. # tags files
  69. /tags
  70. /ctags
  71. /etags
  72. # gnu global files
  73. GPATH
  74. GRTAGS
  75. GSYMS
  76. GTAGS
  77. *.orig
  78. *~
  79. \#*#