.gitignore 1.2 KB

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