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

Commit 4dacba0

Browse files
committed
go
1 parent 024433b commit 4dacba0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
build/*
2+
!build/opencv
3+
build/opencv/*
4+
!build/opencv/opencv_setup.sh
5+
!build/dldt
6+
build/dldt/*
7+
!build/dldt/dldt_setup.sh
8+
create_wheel/*
9+
!create_wheel/LICENSE*
10+
!create_wheel/README.md
11+
!create_wheel/setup.py
12+
create_wheel/cv2/*
13+
!create_wheel/cv2
14+
!create_wheel/cv2/__init__.py
15+
dldt/*
16+
opencv/*
17+
venv
18+
*tar.gz
19+
*.swp

0 commit comments

Comments
 (0)