.gitignore 808 B

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