.gitignore 732 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.lds
  28. /u-boot-onenand.bin
  29. /u-boot-flexonenand.bin
  30. #
  31. # Generated files
  32. #
  33. *.depend
  34. /LOG
  35. /errlog
  36. /reloc_off
  37. # stgit generated dirs
  38. patches-*
  39. .stgit-edit.txt
  40. # quilt's files
  41. patches
  42. series
  43. # gdb files
  44. .gdb_history
  45. # cscope files
  46. cscope.*
  47. # tags files
  48. /tags
  49. /ctags
  50. /etags
  51. # OneNAND IPL files
  52. /onenand_ipl/onenand-ipl*
  53. /onenand_ipl/board/*/onenand*
  54. /onenand_ipl/board/*/*.S