.gitignore 926 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
  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. /u-boot.bd
  47. /u-boot.geany
  48. #
  49. # Generated files
  50. #
  51. *.depend*
  52. /LOG
  53. /errlog
  54. /reloc_off
  55. /include/generated/
  56. asm-offsets.s
  57. # stgit generated dirs
  58. patches-*
  59. .stgit-edit.txt
  60. # quilt's files
  61. patches
  62. series
  63. # gdb files
  64. .gdb_history
  65. # cscope files
  66. cscope.*
  67. # tags files
  68. /tags
  69. /ctags
  70. /etags
  71. # gnu global files
  72. GPATH
  73. GRTAGS
  74. GSYMS
  75. GTAGS
  76. # spl ais files
  77. /spl/*.ais