.gitignore: vendored tests, go-ethereum/vendor folder
This commit is contained in:
parent
87e345c1cc
commit
d959c87ae1
|
@ -13,6 +13,7 @@
|
|||
.ethtest
|
||||
*/**/*tx_database*
|
||||
*/**/*dapps*
|
||||
vendor/github.com/ethereum/go-ethereum/vendor
|
||||
|
||||
#*
|
||||
.#*
|
||||
|
@ -35,6 +36,8 @@ profile.cov
|
|||
|
||||
# tests
|
||||
.ethereumtest/
|
||||
/vendor/**/*_test.go
|
||||
|
||||
#
|
||||
# golang
|
||||
coverage.out
|
||||
|
|
Loading…
Reference in New Issue