.gitignore 1.2 KB

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