Files
temporal/.gitignore
David Reiss 96dba8e7dd 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.
2026-03-06 09:59:03 -08:00

51 lines
533 B
Plaintext

.tmp/
.bin/
.stamp/
.idea/
.vscode/settings.json
.vscode
*.code-workspace
.DS_Store
.coverage
.testoutput
*.out
*.test
*.xml
!tools/testrunner/testdata/*.xml
*.swp
/*.iml
*.cov
*.html
/test.log
# Executables produced by temporal repo
/temporal-*
/tctl*
/tdbg
/fairsim
# proto images
/proto/image.bin
/proto/chasm.bin
# api+google proto dependencies
/proto/api.binpb
# Goreleaser
/dist
# direnv
.envrc
# Git SPR: https://github.com/ejoffe/spr
.spr.yml
/proto.tmp
**/.venv/
**/.ruff_cache/
# Ignoring AI agent files
.agents/