From 693a973997f923f89c74c5673f64d9dd19ec627d Mon Sep 17 00:00:00 2001 From: Alexander Simmerl Date: Fri, 22 Jun 2018 20:28:54 +0200 Subject: [PATCH] abci: Remove nested .gitignore --- .gitignore | 2 ++ abci/.gitignore | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 abci/.gitignore diff --git a/.gitignore b/.gitignore index 1924a7ae7..e4107840b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ docs/_build docs/tools docs/abci-spec.md *.log +abci-cli +abci/types/types.pb.go scripts/wal2json/wal2json scripts/cutWALUntil/cutWALUntil diff --git a/abci/.gitignore b/abci/.gitignore deleted file mode 100644 index 421292fa4..000000000 --- a/abci/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -vendor -.glide -types/types.pb.go -*.sw[op] -abci-cli -coverage.txt -profile.out \ No newline at end of file