Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 33ae098

Browse files
committed
remove untracked
1 parent 5e083fb commit 33ae098

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# TODO list
22

33
+ numpy version should be the same as for tensorflow-cpu
4-
+ dldt config keeps downloaded libs -- this is bad
54
+ add examples
65
+ check JIT speed
76
+ Auto value for `-D INF_ENGINE_RELEASE`: https://github.com/openvinotoolkit/openvino/issues/1435

download_all_stuff.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ green "RESET GIT SUBMODULES"
2727
git submodule update --init --recursive --depth=1 --jobs=4
2828
# restore changes
2929
git submodule foreach --recursive git restore .
30+
# remove untracked
31+
git submodule foreach --recursive git clean -dxf
3032

3133
green "CLEAN BUILD DIRS"
3234
find build/dldt/ -mindepth 1 -not -name 'dldt_setup.sh' -not -name '*.patch' -delete

0 commit comments

Comments
 (0)