summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakawrykow <142945436+akawrykow@users.noreply.github.com>2023-08-23 07:31:34 -0700
committerGitHub <noreply@github.com>2023-08-23 17:31:34 +0300
commitcc34dbda9681418a2b18382446b90cdcec398d82 (patch)
treea3850b6cbdea9dd075aafc957407c886bd4b832c
parent7c2227a1972a4add4b5c118e4914c086513d0382 (diff)
gitignore : fix for windows (#2729)
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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
-