.gitignore 714 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. *.swp
  14. *.patch
  15. #
  16. # Top-level generic files
  17. #
  18. /System.map
  19. /u-boot
  20. /u-boot.hex
  21. /u-boot.map
  22. /u-boot.bin
  23. /u-boot.srec
  24. /u-boot.ldr
  25. /u-boot.ldr.hex
  26. /u-boot.ldr.srec
  27. /u-boot-onenand.bin
  28. /u-boot-flexonenand.bin
  29. #
  30. # Generated files
  31. #
  32. *.depend
  33. /LOG
  34. /errlog
  35. /reloc_off
  36. # stgit generated dirs
  37. patches-*
  38. .stgit-edit.txt
  39. # quilt's files
  40. patches
  41. series
  42. # gdb files
  43. .gdb_history
  44. # cscope files
  45. cscope.*
  46. # tags files
  47. /ctags
  48. /etags
  49. # OneNAND IPL files
  50. /onenand_ipl/onenand-ipl*
  51. /onenand_ipl/board/*/onenand*
  52. /onenand_ipl/board/*/*.S