Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
7 lines
339 B
Text
7 lines
339 B
Text
# This is a temporary directory to hold the peg binary,
|
|
# to work around https://github.com/pointlander/peg/issues/129.
|
|
# Note that once we have a new version of peg fixing #129,
|
|
# we may still want to keep this .gitignore to prevent anyone
|
|
# from accidentally running "git add ." and including their built
|
|
# peg binary in a commit.
|
|
.bin/
|