Ignore `*_openvino_model/` dir (#6180)

This commit is contained in:
Glenn Jocher 2022-01-03 18:43:21 -08:00 committed by GitHub
parent 63a4d862aa
commit 7cad6597bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ data/samples/*
**/*.pb **/*.pb
*_saved_model/ *_saved_model/
*_web_model/ *_web_model/
*_openvino_model/
# Below Copied From .gitignore ----------------------------------------------------------------------------------------- # Below Copied From .gitignore -----------------------------------------------------------------------------------------
# Below Copied From .gitignore ----------------------------------------------------------------------------------------- # Below Copied From .gitignore -----------------------------------------------------------------------------------------

1
.gitignore vendored
View File

@ -59,6 +59,7 @@ VOC/
*.h5 *.h5
*_saved_model/ *_saved_model/
*_web_model/ *_web_model/
*_openvino_model/
darknet53.conv.74 darknet53.conv.74
yolov3-tiny.conv.15 yolov3-tiny.conv.15