build/release/src: don't delete .gitcheck

fsdg20230625 20221214
lbmkplaceholder 2022-12-14 10:46:06 +00:00
parent 0fbf3325e1
commit c6bb4d25f3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ done
./build clean all
rm -Rf coreboot/coreboot/
rm -Rf .git* */.git* coreboot/*/.git* coreboot/*/3rdparty/*/.git*
rm -Rf .git .gitignore */.git* coreboot/*/.git* coreboot/*/3rdparty/*/.git*
rm -Rf coreboot/*/util/nvidia/cbootimage/.git*
rm -Rf u-boot/u-boot/ u-boot/*/.git*
)