.gitignore 795 B

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