minor fixes + a gitignore file

This commit is contained in:
Jeff Carr 2018-01-28 20:52:10 -10:00
parent a618662e01
commit 65efcfee2b
6 changed files with 7 additions and 2 deletions

5
.gitignore vendored Normal file
View File

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

0
.gitmodules vendored
View File

View File

@ -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

View File

@ -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