.gitignore 1.3 KB

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