.gitignore 905 B

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