From 65efcfee2b1c80d9ed63c9d97207e5e242de73e2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2018 20:52:10 -1000 Subject: [PATCH] minor fixes + a gitignore file --- .gitignore | 5 +++++ .gitmodules | 0 Makefile | 2 +- crypto/claymore.sh => claymore.sh | 0 clone-witcom.sh | 2 +- crypto/masacoin.sh => masacoin.sh | 0 6 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .gitignore delete mode 100644 .gitmodules rename crypto/claymore.sh => claymore.sh (100%) rename crypto/masacoin.sh => masacoin.sh (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2dbc324 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +cloud/ +corp/ +crypto/ +phone/ +website/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/Makefile b/Makefile index 40a7945..7c8c823 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Clone with ssh keys: git clone ssh://root@ping.wit.com/var/lib/git/witcom all: - @echo read this Makefile + ./clone-witcom.sh setup: echo put stuff here diff --git a/crypto/claymore.sh b/claymore.sh similarity index 100% rename from crypto/claymore.sh rename to claymore.sh diff --git a/clone-witcom.sh b/clone-witcom.sh index ee82767..4d32949 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -88,4 +88,4 @@ gitclone 'https://github.com/ethereum/cpp-ethereum' 'crypto/mining-cod gitclone 'https://github.com/vthoang/cgminer.git' 'crypto/mining-code/cgminer-vthoang' gitclone 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' -exit +exit 0 diff --git a/crypto/masacoin.sh b/masacoin.sh similarity index 100% rename from crypto/masacoin.sh rename to masacoin.sh