abci: Fix gitignore abci-cli (#6668)

Closes #6663
This commit is contained in:
Tanya Bouman
2021-07-07 16:01:38 +00:00
committed by GitHub
parent 3ccfb26137
commit ba3f7106b1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
.vagrant
.vendor-new/
.vscode/
abci-cli
abci/abci-cli
addrbook.json
artifacts/*
build/*
+1
View File
@@ -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)