.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. *.lzo
  36. *.patch
  37. *.gcno
  38. #
  39. # Top-level generic files
  40. #
  41. /tags
  42. /TAGS
  43. /linux
  44. /vmlinux
  45. /vmlinuz
  46. /System.map
  47. /Module.markers
  48. /Module.symvers
  49. #
  50. # Debian directory (make deb-pkg)
  51. #
  52. /debian/
  53. #
  54. # git files that we don't want to ignore even it they are dot-files
  55. #
  56. !.gitignore
  57. !.mailmap
  58. #
  59. # Generated include files
  60. #
  61. include/config
  62. include/linux/version.h
  63. include/generated
  64. arch/*/include/generated
  65. # stgit generated dirs
  66. patches-*
  67. # quilt's files
  68. patches
  69. series
  70. # cscope files
  71. cscope.*
  72. ncscope.*
  73. # gnu global files
  74. GPATH
  75. GRTAGS
  76. GSYMS
  77. GTAGS
  78. *.orig
  79. *~
  80. \#*#
  81. # Generated firmware files
  82. firmware/epen/*.bin
  83. #
  84. # Leavings from module signing
  85. #
  86. extra_certificates
  87. signing_key.priv
  88. signing_key.x509
  89. signing_key.x509.keyid
  90. signing_key.x509.signer
  91. x509.genkey