.gitignore 819 B

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