1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-21 12:02:19 +00:00

fix(legacy): add build to .gitignore

- "build" serves to ignore symlink to "build/" directory in the legacy
docker reproducible build
- otherwise, the symlink is considered a local change and the resulting
binary contains "-dirty" in the name
This commit is contained in:
obrusvit 2025-02-09 14:32:09 +01:00 committed by Martin Milata
parent ae00e74717
commit 18b88a12f0

1
legacy/.gitignore vendored
View File

@ -1,3 +1,4 @@
build
build/
*.a
*.bin