.gitignore 799 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. *.su
  13. *~
  14. *.swp
  15. *.patch
  16. *.bin
  17. # Build tree
  18. /build-*
  19. #
  20. # Top-level generic files
  21. #
  22. /MLO
  23. /System.map
  24. /u-boot
  25. /u-boot.hex
  26. /u-boot.imx
  27. /u-boot.map
  28. /u-boot.srec
  29. /u-boot.ldr
  30. /u-boot.ldr.hex
  31. /u-boot.ldr.srec
  32. /u-boot.img
  33. /u-boot.kwb
  34. /u-boot.sha1
  35. /u-boot.dis
  36. /u-boot.lds
  37. /u-boot.ubl
  38. /u-boot.ais
  39. /u-boot.dtb
  40. /u-boot.sb
  41. /u-boot.geany
  42. #
  43. # Generated files
  44. #
  45. *.depend*
  46. /LOG
  47. /errlog
  48. /reloc_off
  49. /include/generated/
  50. asm-offsets.s
  51. # stgit generated dirs
  52. patches-*
  53. .stgit-edit.txt
  54. # quilt's files
  55. patches
  56. series
  57. # gdb files
  58. .gdb_history
  59. # cscope files
  60. cscope.*
  61. # tags files
  62. /tags
  63. /ctags
  64. /etags
  65. # spl ais files
  66. /spl/*.ais