.gitignore 795 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. *.bin
  16. #
  17. # Top-level generic files
  18. #
  19. /MLO
  20. /System.map
  21. /u-boot
  22. /u-boot.hex
  23. /u-boot.imx
  24. /u-boot.map
  25. /u-boot.srec
  26. /u-boot.ldr
  27. /u-boot.ldr.hex
  28. /u-boot.ldr.srec
  29. /u-boot.img
  30. /u-boot.kwb
  31. /u-boot.sha1
  32. /u-boot.dis
  33. /u-boot.lds
  34. /u-boot.ubl
  35. #
  36. # Generated files
  37. #
  38. *.depend
  39. /LOG
  40. /errlog
  41. /reloc_off
  42. /include/generated/
  43. asm-offsets.s
  44. # stgit generated dirs
  45. patches-*
  46. .stgit-edit.txt
  47. # quilt's files
  48. patches
  49. series
  50. # gdb files
  51. .gdb_history
  52. # cscope files
  53. cscope.*
  54. # tags files
  55. /tags
  56. /ctags
  57. /etags
  58. # OneNAND IPL files
  59. /onenand_ipl/onenand-ipl*
  60. /onenand_ipl/board/*/onenand*
  61. /onenand_ipl/board/*/*.S