.gitignore 427 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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.map
  19. /u-boot.bin
  20. /u-boot.srec
  21. #
  22. # Generated files
  23. #
  24. *.depend
  25. /LOG
  26. /errlog
  27. /reloc_off
  28. # stgit generated dirs
  29. patches-*
  30. # quilt's files
  31. patches
  32. series
  33. # cscope files
  34. cscope.*