.gitignore 831 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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.ais
  36. /u-boot.dtb
  37. /u-boot.sb
  38. #
  39. # Generated files
  40. #
  41. *.depend*
  42. /LOG
  43. /errlog
  44. /reloc_off
  45. /include/generated/
  46. asm-offsets.s
  47. # stgit generated dirs
  48. patches-*
  49. .stgit-edit.txt
  50. # quilt's files
  51. patches
  52. series
  53. # gdb files
  54. .gdb_history
  55. # cscope files
  56. cscope.*
  57. # tags files
  58. /tags
  59. /ctags
  60. /etags
  61. # OneNAND IPL files
  62. /onenand_ipl/onenand-ipl*
  63. /onenand_ipl/board/*/onenand*
  64. /onenand_ipl/board/*/*.S