.gitignore 802 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. # host programs on Cygwin
  24. *.exe
  25. # Build tree
  26. /build-*
  27. #
  28. # Top-level generic files
  29. #
  30. /MLO*
  31. /SPL
  32. /System.map
  33. /u-boot*
  34. #
  35. # git files that we don't want to ignore even it they are dot-files
  36. #
  37. !.gitignore
  38. !.mailmap
  39. #
  40. # Generated files
  41. #
  42. /LOG
  43. /spl/
  44. /tpl/
  45. #
  46. # Generated include files
  47. #
  48. /include/config/
  49. /include/generated/
  50. # stgit generated dirs
  51. patches-*
  52. .stgit-edit.txt
  53. # quilt's files
  54. patches
  55. series
  56. # gdb files
  57. .gdb_history
  58. # cscope files
  59. cscope.*
  60. # tags files
  61. /tags
  62. /ctags
  63. /etags
  64. # gnu global files
  65. GPATH
  66. GRTAGS
  67. GSYMS
  68. GTAGS
  69. *.orig
  70. *~
  71. \#*#