.gitignore: vendored tests, go-ethereum/vendor folder

This commit is contained in:
Victor Farazdagi 2017-02-13 13:27:44 +03:00
parent 87e345c1cc
commit d959c87ae1
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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