.gitignore 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. # NOTE! Please use 'git ls-files -i --exclude-standard'
  7. # command after changing this file, to see if there are
  8. # any tracked files which get ignored after the change.
  9. #
  10. # Normal rules
  11. #
  12. .*
  13. *.o
  14. *.o.*
  15. *.a
  16. *.s
  17. *.ko
  18. *.so
  19. *.so.dbg
  20. *.mod.c
  21. *.lst
  22. *.symtypes
  23. *.order
  24. *.elf
  25. *.bin
  26. *.gz
  27. *.bz2
  28. *.lzma
  29. *.xz
  30. *.lz4
  31. *.lzo
  32. *.patch
  33. *.gcno
  34. modules.builtin
  35. Module.symvers
  36. *.dwo
  37. #
  38. # Top-level generic files
  39. #
  40. /tags
  41. /TAGS
  42. /linux
  43. /vmlinux
  44. /vmlinuz
  45. /System.map
  46. /Module.markers
  47. out/
  48. #
  49. # Debian directory (make deb-pkg)
  50. #
  51. /debian/
  52. #
  53. # git files that we don't want to ignore even it they are dot-files
  54. #
  55. !.gitignore
  56. !.mailmap
  57. #
  58. # Generated include files
  59. #
  60. include/config
  61. include/generated
  62. arch/*/include/generated
  63. # stgit generated dirs
  64. patches-*
  65. # quilt's files
  66. patches
  67. series
  68. # cscope files
  69. cscope.*
  70. ncscope.*
  71. # gnu global files
  72. GPATH
  73. GRTAGS
  74. GSYMS
  75. GTAGS
  76. *.orig
  77. *~
  78. \#*#
  79. #
  80. # Leavings from module signing
  81. #
  82. extra_certificates
  83. signing_key.priv
  84. signing_key.x509
  85. x509.genkey
  86. # Kconfig presets
  87. all.config