.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. *.i
  22. *.lst
  23. *.symtypes
  24. *.order
  25. *.elf
  26. *.bin
  27. *.gz
  28. *.bz2
  29. *.lzma
  30. *.xz
  31. *.lz4
  32. *.lzo
  33. *.patch
  34. *.gcno
  35. modules.builtin
  36. Module.symvers
  37. *.dwo
  38. #
  39. # Top-level generic files
  40. #
  41. /tags
  42. /TAGS
  43. /linux
  44. /vmlinux
  45. /vmlinuz
  46. /System.map
  47. /Module.markers
  48. out/
  49. #
  50. # Debian directory (make deb-pkg)
  51. #
  52. /debian/
  53. #
  54. # git files that we don't want to ignore even it they are dot-files
  55. #
  56. !.gitignore
  57. !.mailmap
  58. #
  59. # Generated include files
  60. #
  61. include/config
  62. include/generated
  63. arch/*/include/generated
  64. # stgit generated dirs
  65. patches-*
  66. # quilt's files
  67. patches
  68. series
  69. # cscope files
  70. cscope.*
  71. ncscope.*
  72. # gnu global files
  73. GPATH
  74. GRTAGS
  75. GSYMS
  76. GTAGS
  77. *.orig
  78. *~
  79. \#*#
  80. #
  81. # Leavings from module signing
  82. #
  83. extra_certificates
  84. signing_key.priv
  85. signing_key.x509
  86. x509.genkey
  87. # Kconfig presets
  88. all.config