.gitignore 481 B

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