.gitignore 630 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. bfgminer
  2. bfgminer.exe
  3. bfgminer-rpc
  4. bfgminer-rpc.exe
  5. bitforce-firmware-flash
  6. cgminer
  7. cgminer.exe
  8. minerd
  9. minerd.exe
  10. *.o
  11. *.bin
  12. autom4te.cache
  13. .deps
  14. Makefile
  15. Makefile.in
  16. INSTALL
  17. aclocal.m4
  18. configure
  19. depcomp
  20. missing
  21. install-sh
  22. stamp-h1
  23. cpuminer-config.h*
  24. compile
  25. config.log
  26. config.status
  27. config.guess
  28. config.sub
  29. mingw32-config.cache
  30. *~
  31. *.orig
  32. *.rej
  33. *.swp
  34. *.kate-swp
  35. ext_deps
  36. config.h.in
  37. config.h
  38. ccan/libccan.a
  39. lib/arg-nonnull.h
  40. lib/c++defs.h
  41. lib/libgnu.a
  42. lib/signal.h
  43. lib/string.h
  44. lib/stdint.h
  45. lib/warn-on-use.h
  46. iospeeds_local.h
  47. mkinstalldirs
  48. .pc
  49. bfgminer-bitforce.conf
  50. vgcore.*
  51. core*
  52. *.log
  53. *.json
  54. *.patch
  55. *.zip
  56. *.tbz2
  57. *.bz2