.gitignore 808 B

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