.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # Prerequisites
  2. *.d
  3. # Object files
  4. *.o
  5. *.ko
  6. *.obj
  7. *.elf
  8. # Linker output
  9. *.ilk
  10. *.map
  11. *.exp
  12. # Precompiled Headers
  13. *.gch
  14. *.pch
  15. # Libraries
  16. *.lib
  17. *.a
  18. *.la
  19. *.lo
  20. # Shared objects (inc. Windows DLLs)
  21. *.dll
  22. *.so
  23. *.so.*
  24. *.dylib
  25. # Executables
  26. *.exe
  27. *.out
  28. *.app
  29. *.i*86
  30. *.x86_64
  31. *.hex
  32. # Debug files
  33. *.dSYM/
  34. *.su
  35. *.idb
  36. *.pdb
  37. # Kernel Module Compile Results
  38. *.mod*
  39. *.cmd
  40. modules.order
  41. Module.symvers
  42. Mkfile.old
  43. dkms.conf
  44. # http://www.gnu.org/software/automake
  45. Makefile.in
  46. /ar-lib
  47. /mdate-sh
  48. /py-compile
  49. /test-driver
  50. /ylwrap
  51. # http://www.gnu.org/software/autoconf
  52. /autom4te.cache
  53. /autoscan.log
  54. /autoscan-*.log
  55. /aclocal.m4
  56. /compile
  57. /config.guess
  58. /config.h.in
  59. /config.sub
  60. /configure
  61. /configure.scan
  62. /depcomp
  63. /install-sh
  64. /missing
  65. /stamp-h1
  66. /config.status
  67. # https://www.gnu.org/software/libtool/
  68. /ltmain.sh
  69. # http://www.gnu.org/software/texinfo
  70. /texinfo.tex
  71. # ignore files created by `indent`
  72. *~
  73. # ignore files modified by autoconf
  74. /config.log
  75. /include/config.h
  76. /src/Makefile
  77. /src/Makefile.bak
  78. # ignore compilation side-effects
  79. src/btcheck
  80. src/btget
  81. src/btlist