.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. /vmlinux-gdb.py
  46. /vmlinuz
  47. /System.map
  48. /Module.markers
  49. #
  50. # Debian directory (make deb-pkg)
  51. #
  52. /debian/
  53. #
  54. # tar directory (make tar*-pkg)
  55. #
  56. /tar-install/
  57. #
  58. # git files that we don't want to ignore even it they are dot-files
  59. #
  60. !.gitignore
  61. !.mailmap
  62. #
  63. # Generated include files
  64. #
  65. include/config
  66. include/generated
  67. arch/*/include/generated
  68. # stgit generated dirs
  69. patches-*
  70. # quilt's files
  71. patches
  72. series
  73. # cscope files
  74. cscope.*
  75. ncscope.*
  76. # gnu global files
  77. GPATH
  78. GRTAGS
  79. GSYMS
  80. GTAGS
  81. *.orig
  82. *~
  83. \#*#
  84. #
  85. # Leavings from module signing
  86. #
  87. extra_certificates
  88. signing_key.priv
  89. signing_key.x509
  90. x509.genkey
  91. # Kconfig presets
  92. all.config
  93. # Kdevelop4
  94. *.kdev4