.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. #
  2. # Project Executable
  3. #
  4. hvlusb
  5. # Files generated by cmake
  6. build/
  7. #
  8. # NOTE! Don't add files that are generated in specific
  9. # subdirectories here. Add them in the ".gitignore" file
  10. # in that subdirectory instead.
  11. #
  12. # NOTE! Please use 'git ls-files -i --exclude-standard'
  13. # command after changing this file, to see if there are
  14. # any tracked files which get ignored after the change.
  15. #
  16. # Normal rules
  17. #
  18. .*
  19. *.o
  20. *.o.*
  21. *.a
  22. *.s
  23. *.ko
  24. *.so
  25. *.so.dbg
  26. *.mod.c
  27. *.i
  28. *.lst
  29. *.symtypes
  30. *.order
  31. modules.builtin
  32. *.elf
  33. *.bin
  34. *.gz
  35. *.bz2
  36. *.lzma
  37. *.xz
  38. *.lzo
  39. *.patch
  40. *.gcno
  41. a.out
  42. #
  43. # Top-level generic files
  44. #
  45. /tags
  46. /TAGS
  47. /linux
  48. /vmlinux
  49. /vmlinuz
  50. /System.map
  51. /Module.markers
  52. Module.symvers
  53. #
  54. # Debian directory (make deb-pkg)
  55. #
  56. /debian/
  57. #
  58. # git files that we don't want to ignore even it they are dot-files
  59. #
  60. !.gitignore
  61. !.mailmap
  62. #
  63. # Generated include files
  64. #
  65. include/config
  66. include/linux/version.h
  67. include/generated
  68. arch/*/include/generated
  69. # stgit generated dirs
  70. patches-*
  71. # quilt's files
  72. patches
  73. series
  74. # cscope files
  75. cscope.*
  76. ncscope.*
  77. # gnu global files
  78. GPATH
  79. GRTAGS
  80. GSYMS
  81. GTAGS
  82. *.orig
  83. *~
  84. \#*#
  85. #
  86. # Leavings from module signing
  87. #
  88. extra_certificates
  89. signing_key.priv
  90. signing_key.x509
  91. x509.genkey