.gitignore 1.2 KB

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