Browse Source

Updated git-clean script to clean up openvino submodule.

pull/768/head
Canming Huang 3 years ago
parent
commit
52d17b3560
  1. 6
      miscellaneous/git-clean
  2. 6
      miscellaneous/git-clean.bat

6
miscellaneous/git-clean

@ -13,9 +13,15 @@ git clean -d -f -x "."
cd ..
cd 3rdParty
cd freetype2
git clean -d -f -x "."
cd ..
cd openvino
git clean -d -f -x "."
cd ..
cd ..
cd harfbuzz

6
miscellaneous/git-clean.bat

@ -12,9 +12,15 @@ git clean -d -f -x "."
cd ..
cd 3rdParty
cd freetype2
git clean -d -f -x "."
cd ..
cd openvino
git clean -d -f -x "."
cd ..
cd ..
cd harfbuzz

Loading…
Cancel
Save