From d959c87ae111ae03fb231f903de0e8687d476b62 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Mon, 13 Feb 2017 13:27:44 +0300 Subject: [PATCH] .gitignore: vendored tests, go-ethereum/vendor folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ac97ccd35..c2bc5bfb5 100644 --- a/.gitignore +++ b/.gitignore @@ -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