mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Add fairsim to gitignore and remove binary (#9439)
## What changed? Add `fairsim` binary (from #8158) to `.gitignore` and `make clean` and remove it from the repo. (Don't add it to `make bins` since it's not generally useful.) ## Why It accidentally got checked in.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,6 +24,7 @@
|
|||||||
/temporal-*
|
/temporal-*
|
||||||
/tctl*
|
/tctl*
|
||||||
/tdbg
|
/tdbg
|
||||||
|
/fairsim
|
||||||
|
|
||||||
# proto images
|
# proto images
|
||||||
/proto/image.bin
|
/proto/image.bin
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -345,6 +345,7 @@ clean-bins:
|
|||||||
@rm -f temporal-server-debug
|
@rm -f temporal-server-debug
|
||||||
@rm -f temporal-cassandra-tool
|
@rm -f temporal-cassandra-tool
|
||||||
@rm -f tdbg
|
@rm -f tdbg
|
||||||
|
@rm -f fairsim
|
||||||
@rm -f temporal-sql-tool
|
@rm -f temporal-sql-tool
|
||||||
@rm -f temporal-elasticsearch-tool
|
@rm -f temporal-elasticsearch-tool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user