.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. *.tar
  28. *.gz
  29. *.bz2
  30. *.lzma
  31. *.xz
  32. *.lz4
  33. *.lzo
  34. *.patch
  35. *.gcno
  36. *.ll
  37. modules.builtin
  38. Module.symvers
  39. *.dwo
  40. *.su
  41. *.c.[012]*.*
  42. #
  43. # Top-level generic files
  44. #
  45. /tags
  46. /TAGS
  47. /linux
  48. /vmlinux
  49. /vmlinux.32
  50. /vmlinux-gdb.py
  51. /vmlinuz
  52. /System.map
  53. /Module.markers
  54. #
  55. # Debian directory (make deb-pkg)
  56. #
  57. /debian/
  58. #
  59. # tar directory (make tar*-pkg)
  60. #
  61. /tar-install/
  62. #
  63. # git files that we don't want to ignore even if they are dot-files
  64. #
  65. !.gitignore
  66. !.mailmap
  67. !.cocciconfig
  68. #
  69. # Generated include files
  70. #
  71. include/config
  72. include/generated
  73. arch/*/include/generated
  74. # stgit generated dirs
  75. patches-*
  76. # quilt's files
  77. patches
  78. series
  79. # cscope files
  80. cscope.*
  81. ncscope.*
  82. # gnu global files
  83. GPATH
  84. GRTAGS
  85. GSYMS
  86. GTAGS
  87. # id-utils files
  88. ID
  89. *.orig
  90. *~
  91. \#*#
  92. #
  93. # Leavings from module signing
  94. #
  95. extra_certificates
  96. signing_key.pem
  97. signing_key.priv
  98. signing_key.x509
  99. x509.genkey
  100. # Kconfig presets
  101. all.config
  102. # Kdevelop4
  103. *.kdev4
  104. # fetched Android config fragments
  105. kernel/configs/android-*.cfg
  106. # Qualcomm out-of-tree audio drivers
  107. /techpack/audio