.gitignore 784 B

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