Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky committed Jun 7, 2023
1 parent 7d3795b commit 6c9e531
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
src/out
.DS_Store
**/.DS_Store
.DS_Store?

.vs
*.png
*.param
*.bin
.idea

/src/cmake-build-debug
/src/out
/src/build

6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "src/ncnn"]
path = src/ncnn
url = https://github.com/Tencent/ncnn.git
[submodule "src/libwebp"]
path = src/libwebp
url = https://github.com/webmproject/libwebp.git
[submodule "src/ncnn"]
path = src/ncnn
url = https://github.com/Tencent/ncnn

0 comments on commit 6c9e531

Please sign in to comment.