From b4696e759ca29fd519798050744d31aa4e34be2f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 3 Feb 2018 01:25:45 -1000 Subject: [PATCH] take a look at this project --- .gitignore | 1 + clone-witcom.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2dbc324..dbc844b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ cloud/ corp/ crypto/ +fpga/ phone/ website/ diff --git a/clone-witcom.sh b/clone-witcom.sh index 4dd144f..8854d46 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -106,7 +106,6 @@ gitclonefail 'git@github.com:witstartup/group-chat.git' 'phone/group-c gitclonefail 'git@github.com:witstartup/http-https-tunnel.git' 'phone/http-https-tunnel' gitclonefail 'git@github.com:witstartup/webproxy.git' 'phone/webproxy' -gitclonefail 'git@github.com:witstartup/VirtexEval.git' 'crypto/VirtexEval' gitclonefail 'git@github.com:witstartup/liveblock.git' 'crypto/bitcoin-liveblock' witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data' witgitclone 'git/crypto/mining-binaries' 'crypto/mining-binaries' @@ -117,6 +116,9 @@ gitclonefail 'https://github.com/vthoang/cgminer.git' 'crypto/mining gitclonefail 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' gitclonefail 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' +gitclonefail 'git@github.com:witstartup/VirtexEval.git' 'fpga/VirtexEval' +gitclonefail 'https://github.com/ReconfigureIO/examples' 'fpga/ReconfigureIO-examples' + gitclonefail 'git@github.com:witstartup/www.wit.com.git' 'website/www.wit.com' gitclonefail 'git@github.com:witstartup/db.wit.com.git' 'website/db.wit.com' gitclonefail 'git@github.com:witstartup/witcoin.git' 'website/witcoin'