Skip to content

Commit

Permalink
fix(legacy): add build to .gitignore
Browse files Browse the repository at this point in the history
- "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
  • Loading branch information
obrusvit authored and mmilata committed Feb 19, 2025
1 parent ae00e74 commit 18b88a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions legacy/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
build/
*.a
*.bin
Expand Down

0 comments on commit 18b88a1

Please sign in to comment.