.gitignore 836 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. #
  18. # Top-level generic files
  19. #
  20. /MLO
  21. /System.map
  22. /u-boot
  23. /u-boot.hex
  24. /u-boot.imx
  25. /u-boot.map
  26. /u-boot.srec
  27. /u-boot.ldr
  28. /u-boot.ldr.hex
  29. /u-boot.ldr.srec
  30. /u-boot.img
  31. /u-boot.kwb
  32. /u-boot.sha1
  33. /u-boot.dis
  34. /u-boot.lds
  35. /u-boot.ubl
  36. /u-boot.ais
  37. /u-boot.dtb
  38. /u-boot.sb
  39. #
  40. # Generated files
  41. #
  42. *.depend*
  43. /LOG
  44. /errlog
  45. /reloc_off
  46. /include/generated/
  47. asm-offsets.s
  48. # stgit generated dirs
  49. patches-*
  50. .stgit-edit.txt
  51. # quilt's files
  52. patches
  53. series
  54. # gdb files
  55. .gdb_history
  56. # cscope files
  57. cscope.*
  58. # tags files
  59. /tags
  60. /ctags
  61. /etags
  62. # OneNAND IPL files
  63. /onenand_ipl/onenand-ipl*
  64. /onenand_ipl/board/*/onenand*
  65. /onenand_ipl/board/*/*.S