.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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.dtb
  50. /u-boot.sb
  51. #
  52. # git files that we don't want to ignore even it they are dot-files
  53. #
  54. !.gitignore
  55. !.mailmap
  56. #
  57. # Generated files
  58. #
  59. *.depend*
  60. /LOG
  61. /errlog
  62. /reloc_off
  63. !/spl/Makefile
  64. /spl/*
  65. /tpl/
  66. /include/generated/
  67. /include/spl-autoconf.mk
  68. /include/tpl-autoconf.mk
  69. # stgit generated dirs
  70. patches-*
  71. .stgit-edit.txt
  72. # quilt's files
  73. patches
  74. series
  75. # gdb files
  76. .gdb_history
  77. # cscope files
  78. cscope.*
  79. # tags files
  80. /tags
  81. /ctags
  82. /etags
  83. # gnu global files
  84. GPATH
  85. GRTAGS
  86. GSYMS
  87. GTAGS
  88. *.orig
  89. *~
  90. \#*#