Skip to content

Commit 0210555

Browse files
fix: ignore dirty of submodules
1 parent 1abcf38 commit 0210555

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[submodule "src/ncnn"]
22
path = src/ncnn
33
url = https://github.com/Tencent/ncnn
4+
ignore = dirty
45
[submodule "src/opencv"]
56
path = src/opencv
67
url = https://github.com/opencv/opencv
8+
ignore = dirty
79
[submodule "src/protobuf"]
810
path = src/protobuf
911
url = https://github.com/protocolbuffers/protobuf
12+
ignore = dirty

0 commit comments

Comments
 (0)