.gitignore 654 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. *.patch
  14. #
  15. # Top-level generic files
  16. #
  17. /System.map
  18. /u-boot
  19. /u-boot.hex
  20. /u-boot.map
  21. /u-boot.bin
  22. /u-boot.srec
  23. /u-boot.ldr
  24. /u-boot.ldr.hex
  25. /u-boot.ldr.srec
  26. /u-boot-onenand.bin
  27. /u-boot-flexonenand.bin
  28. #
  29. # Generated files
  30. #
  31. *.depend
  32. /LOG
  33. /errlog
  34. /reloc_off
  35. # stgit generated dirs
  36. patches-*
  37. .stgit-edit.txt
  38. # quilt's files
  39. patches
  40. series
  41. # cscope files
  42. cscope.*
  43. # OneNAND IPL files
  44. /onenand_ipl/onenand-ipl*
  45. /onenand_ipl/board/*/onenand*
  46. /onenand_ipl/board/*/*.S