.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. .*
  9. *.o
  10. *.o.*
  11. *.a
  12. *.s
  13. *.su
  14. *.mod.c
  15. *.i
  16. *.lst
  17. *.order
  18. *.elf
  19. *.swp
  20. *.bin
  21. *.patch
  22. *.cfgtmp
  23. *.dts.tmp
  24. # Build tree
  25. /build-*
  26. #
  27. # Top-level generic files
  28. #
  29. /MLO*
  30. /SPL
  31. /System.map
  32. /u-boot
  33. /u-boot.hex
  34. /u-boot.imx
  35. /u-boot-with-spl.imx
  36. /u-boot-with-nand-spl.imx
  37. /u-boot.map
  38. /u-boot.srec
  39. /u-boot.ldr
  40. /u-boot.ldr.hex
  41. /u-boot.ldr.srec
  42. /u-boot.img
  43. /u-boot.kwb
  44. /u-boot.sha1
  45. /u-boot.dis
  46. /u-boot.lds
  47. /u-boot.ubl
  48. /u-boot.ais
  49. /u-boot.sb
  50. #
  51. # git files that we don't want to ignore even it they are dot-files
  52. #
  53. !.gitignore
  54. !.mailmap
  55. #
  56. # Generated files
  57. #
  58. /LOG
  59. /errlog
  60. /reloc_off
  61. !/spl/Makefile
  62. /spl/*
  63. /tpl/
  64. /include/generated/
  65. /include/spl-autoconf.mk
  66. /include/tpl-autoconf.mk
  67. # stgit generated dirs
  68. patches-*
  69. .stgit-edit.txt
  70. # quilt's files
  71. patches
  72. series
  73. # gdb files
  74. .gdb_history
  75. # cscope files
  76. cscope.*
  77. # tags files
  78. /tags
  79. /ctags
  80. /etags
  81. # gnu global files
  82. GPATH
  83. GRTAGS
  84. GSYMS
  85. GTAGS
  86. *.orig
  87. *~
  88. \#*#