diff options
author | zhouwg <zhouwg2000@gmail.com> | 2024-06-04 19:21:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 21:21:26 +1000 |
commit | b226c1227bcf6412076ecf787421135fd2c42ef0 (patch) | |
tree | 7248e437d5dc0c99e5df74f736c7510813095aa4 | |
parent | 3b38d48609280aa5f8ab7ea135a4351b2a5ee240 (diff) |
refine .gitignore (#7688)
This adds tags and android ndk into the git ignore list
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,9 +34,11 @@ ggml-metal-embed.metal lcov-report/ gcovr-report/ +tags build* !build.zig cmake-build-* +android-ndk-* out/ tmp/ |