refine .gitignore (#7688)
This adds tags and android ndk into the git ignore list
This commit is contained in:
parent
3b38d48609
commit
b226c1227b
|
@ -34,9 +34,11 @@ ggml-metal-embed.metal
|
|||
lcov-report/
|
||||
gcovr-report/
|
||||
|
||||
tags
|
||||
build*
|
||||
!build.zig
|
||||
cmake-build-*
|
||||
android-ndk-*
|
||||
out/
|
||||
tmp/
|
||||
|
||||
|
|
Loading…
Reference in New Issue