.gitignore 772 B

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