.gitignore 1.3 KB

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