.gitignore 783 B

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