From ba3f7106b16241405784986a6f48cebea3eda308 Mon Sep 17 00:00:00 2001 From: Tanya Bouman Date: Wed, 7 Jul 2021 12:01:38 -0400 Subject: [PATCH] abci: Fix gitignore abci-cli (#6668) Closes #6663 --- .gitignore | 2 +- CHANGELOG_PENDING.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 880e5a284..7f412d461 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ .vagrant .vendor-new/ .vscode/ -abci-cli +abci/abci-cli addrbook.json artifacts/* build/* diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 5a742a779..6410a9b54 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -148,3 +148,4 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermi - [rpc] \#6507 fix RPC client doesn't handle url's without ports (@JayT106) - [statesync] \#6463 Adds Reverse Sync feature to fetch historical light blocks after state sync in order to verify any evidence (@cmwaters) - [fastsync] \#6590 Update the metrics during fast-sync (@JayT106) +- [gitignore] \#6668 Fix gitignore of abci-cli (@tanyabouman)