.gitignore 424 B

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