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