.gitignore 952 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
  7. #
  8. *.rej
  9. *.orig
  10. *.a
  11. *.o
  12. *.su
  13. *~
  14. *.swp
  15. *.patch
  16. *.bin
  17. *.cfgtmp
  18. *.dts.tmp
  19. # Build tree
  20. /build-*
  21. #
  22. # Top-level generic files
  23. #
  24. /MLO*
  25. /SPL
  26. /System.map
  27. /u-boot
  28. /u-boot.hex
  29. /u-boot.imx
  30. /u-boot-with-spl.imx
  31. /u-boot-with-nand-spl.imx
  32. /u-boot.map
  33. /u-boot.srec
  34. /u-boot.ldr
  35. /u-boot.ldr.hex
  36. /u-boot.ldr.srec
  37. /u-boot.img
  38. /u-boot.kwb
  39. /u-boot.sha1
  40. /u-boot.dis
  41. /u-boot.lds
  42. /u-boot.ubl
  43. /u-boot.ais
  44. /u-boot.dtb
  45. /u-boot.sb
  46. #
  47. # Generated files
  48. #
  49. *.depend*
  50. /LOG
  51. /errlog
  52. /reloc_off
  53. /spl/
  54. !/spl/Makefile
  55. /tpl/
  56. /include/generated/
  57. /include/spl-autoconf.mk
  58. /include/tpl-autoconf.mk
  59. asm-offsets.s
  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