.gitignore 720 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. /tags
  48. /ctags
  49. /etags
  50. # OneNAND IPL files
  51. /onenand_ipl/onenand-ipl*
  52. /onenand_ipl/board/*/onenand*
  53. /onenand_ipl/board/*/*.S