.gitignore 916 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. # Build tree
  19. /build-*
  20. #
  21. # Top-level generic files
  22. #
  23. /MLO
  24. /SPL
  25. /System.map
  26. /u-boot
  27. /u-boot.hex
  28. /u-boot.imx
  29. /u-boot-with-spl.imx
  30. /u-boot-with-nand-spl.imx
  31. /u-boot.map
  32. /u-boot.srec
  33. /u-boot.ldr
  34. /u-boot.ldr.hex
  35. /u-boot.ldr.srec
  36. /u-boot.img
  37. /u-boot.kwb
  38. /u-boot.sha1
  39. /u-boot.dis
  40. /u-boot.lds
  41. /u-boot.ubl
  42. /u-boot.ais
  43. /u-boot.dtb
  44. /u-boot.sb
  45. /u-boot.bd
  46. /u-boot.geany
  47. #
  48. # Generated files
  49. #
  50. *.depend*
  51. /LOG
  52. /errlog
  53. /reloc_off
  54. /include/generated/
  55. asm-offsets.s
  56. # stgit generated dirs
  57. patches-*
  58. .stgit-edit.txt
  59. # quilt's files
  60. patches
  61. series
  62. # gdb files
  63. .gdb_history
  64. # cscope files
  65. cscope.*
  66. # tags files
  67. /tags
  68. /ctags
  69. /etags
  70. # gnu global files
  71. GPATH
  72. GRTAGS
  73. GSYMS
  74. GTAGS
  75. # spl ais files
  76. /spl/*.ais