Skip to content

Commit 9207716

Browse files
committed
2
1 parent 306317a commit 9207716

15 files changed

+995
-6
lines changed

.gitignore

+7-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ sample_cpp/build
1717
.git
1818
**/x64
1919
**/*.dir
20+
**/*.cmake
2021
**/.vs
2122
**/CMakeFiles
2223
sample_cpp/build
23-
**/opencv*
24-
**/cuda*
25-
**/cudnn*
26-
/build/**/opencv*.dll
27-
**/onnxruntime.dll
24+
#**/opencv*
25+
#**/cuda*
26+
#**/cudnn*
27+
#/build/**/opencv*.dll
28+
#**/onnxruntime.dll
2829
/build/Debug
29-
/build/
30+
#/build/
3031

3132

0 commit comments

Comments
 (0)