.gitignore 508 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. #
  27. # Generated files
  28. #
  29. *.depend
  30. /LOG
  31. /errlog
  32. /reloc_off
  33. # stgit generated dirs
  34. patches-*
  35. .stgit-edit.txt
  36. # quilt's files
  37. patches
  38. series
  39. # cscope files
  40. cscope.*