From: akawrykow Date: Wed, 23 Aug 2023 14:31:34 +0000 (-0700) Subject: gitignore : fix for windows (#2729) X-Git-Tag: gguf-v0.4.0~270 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cc34dbda9681418a2b18382446b90cdcec398d82;p=pkg%2Fggml%2Fsources%2Fllama.cpp gitignore : fix for windows (#2729) --- diff --git a/.gitignore b/.gitignore index a4df837a..f3121794 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -