]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
gitignore : fix for windows (#2729)
authorakawrykow <redacted>
Wed, 23 Aug 2023 14:31:34 +0000 (07:31 -0700)
committerGitHub <redacted>
Wed, 23 Aug 2023 14:31:34 +0000 (17:31 +0300)
.gitignore

index a4df837a406a2b6088bdeb9a7fc9a3949a075742..f3121794ac0b74df19d5a246dc634c6e12df616f 100644 (file)
@@ -3,6 +3,8 @@
 *.so
 *.gguf
 *.bin
+*.exe
+*.dll
 .DS_Store
 .build/
 .cache/
@@ -81,4 +83,3 @@ tests/test-quantize-fns
 tests/test-quantize-perf
 tests/test-sampling
 tests/test-tokenizer-0
-