minor fixes + a gitignore file
This commit is contained in:
parent
a618662e01
commit
65efcfee2b
|
@ -0,0 +1,5 @@
|
|||
cloud/
|
||||
corp/
|
||||
crypto/
|
||||
phone/
|
||||
website/
|
2
Makefile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue