From f64c6db5c437c1a580f69f3359c1bc08d7d34247 Mon Sep 17 00:00:00 2001 From: akawrykow Date: Tue, 22 Aug 2023 17:38:34 -0700 Subject: [PATCH] Fix .gitignore for windows --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4df837a4..f3121794a 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 -