From aa452a5716515bd036c1677174f917a8004ac0f9 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 19 Oct 2018 18:02:27 +0200 Subject: [PATCH] fix gitignore --- .gitignore | 1 + protob/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e08caae120..5ede1f0a2e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ defs/coins/tools/coindefs.json tools/coins.json tools/coindefs.json tools/coinmarketcap.json +proto.gv* diff --git a/protob/.gitignore b/protob/.gitignore index 47e83496f2..c7a7b20ef9 100644 --- a/protob/.gitignore +++ b/protob/.gitignore @@ -1,3 +1,2 @@ *.pb combined.proto -*.gv*