take a look at this project

This commit is contained in:
Jeff Carr 2018-02-03 01:25:45 -10:00
parent 27178fd0b0
commit b4696e759c
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
cloud/ cloud/
corp/ corp/
crypto/ crypto/
fpga/
phone/ phone/
website/ website/

View File

@ -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/http-https-tunnel.git' 'phone/http-https-tunnel'
gitclonefail 'git@github.com:witstartup/webproxy.git' 'phone/webproxy' 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' gitclonefail 'git@github.com:witstartup/liveblock.git' 'crypto/bitcoin-liveblock'
witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data' witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data'
witgitclone 'git/crypto/mining-binaries' 'crypto/mining-binaries' 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/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas'
gitclonefail 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' 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/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/db.wit.com.git' 'website/db.wit.com'
gitclonefail 'git@github.com:witstartup/witcoin.git' 'website/witcoin' gitclonefail 'git@github.com:witstartup/witcoin.git' 'website/witcoin'