.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. modules.builtin
  26. *.elf
  27. *.gz
  28. *.bz2
  29. *.lzma
  30. *.xz
  31. *.lzo
  32. *.patch
  33. *.gcno
  34. #
  35. # Top-level generic files
  36. #
  37. /tags
  38. /TAGS
  39. /linux
  40. /vmlinux
  41. /vmlinuz
  42. /System.map
  43. /Module.markers
  44. /Module.symvers
  45. #
  46. # Debian directory (make deb-pkg)
  47. #
  48. /debian/
  49. #
  50. # git files that we don't want to ignore even it they are dot-files
  51. #
  52. !.gitignore
  53. !.mailmap
  54. *.lzo
  55. *.patch
  56. *.gcno
  57. *.ll
  58. modules.builtin
  59. Module.symvers
  60. *.dwo
  61. #
  62. # Generated include files
  63. #
  64. include/config
  65. include/linux/version.h
  66. include/generated
  67. arch/*/include/generated
  68. # stgit generated dirs
  69. patches-*
  70. # quilt's files
  71. patches
  72. series
  73. # cscope files
  74. cscope.*
  75. ncscope.*
  76. # gnu global files
  77. GPATH
  78. GRTAGS
  79. GSYMS
  80. GTAGS
  81. *.orig
  82. *~
  83. \#*#
  84. # Generated firmware files
  85. firmware/epen/*.bin