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