diff --git a/.gitignore b/.gitignore index 1924a7ae..e4107840 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 421292fa..00000000 --- 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