.gitignore 613 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. mkinstalldirs
  47. .pc
  48. bfgminer-bitforce.conf
  49. vgcore.*
  50. core*
  51. *.log
  52. *.json
  53. *.patch
  54. *.zip
  55. *.tbz2
  56. *.bz2