Skip to content

Commit

Permalink
Removes .gitignore from distribution builds
Browse files Browse the repository at this point in the history
  • Loading branch information
italo-sampaio committed Jan 17, 2025
1 parent 6073949 commit f3d8c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-dist-ledger
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ echo -e "\e[32mBuilding into \e[93m$DEST_DIR\e[32m with checkpoint \e[93m$CHECKP
echo -e "\e[33mCopying files and creating directories...\e[0m"
rm -rf $DEST_DIR
cp -Rf $ROOT_DIR/dist/ledger $DEST_DIR
rm $DEST_DIR/.gitignore

rm -rf $FIRMWARE_DIR
mkdir -p $FIRMWARE_DIR
Expand Down
1 change: 1 addition & 0 deletions build-dist-sgx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ echo -e "\e[32mBuilding into \e[93m$DEST_DIR\e[32m with checkpoint \e[93m$CHECKP
echo -e "\e[33mCopying files and creating directories...\e[0m"
rm -rf $DEST_DIR
cp -Rf $ROOT_DIR/dist/sgx $DEST_DIR
rm $DEST_DIR/.gitignore

rm -rf $BIN_DIR
mkdir -p $BIN_DIR
Expand Down

0 comments on commit f3d8c19

Please sign in to comment.