.gitignore 484 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. #
  14. # Top-level generic files
  15. #
  16. /System.map
  17. /u-boot
  18. /u-boot.hex
  19. /u-boot.map
  20. /u-boot.bin
  21. /u-boot.srec
  22. /u-boot.ldr
  23. /u-boot.ldr.hex
  24. /u-boot.ldr.srec
  25. #
  26. # Generated files
  27. #
  28. *.depend
  29. /LOG
  30. /errlog
  31. /reloc_off
  32. # stgit generated dirs
  33. patches-*
  34. # quilt's files
  35. patches
  36. series
  37. # cscope files
  38. cscope.*