diff options
author | akawrykow <142945436+akawrykow@users.noreply.github.com> | 2023-08-23 07:31:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 17:31:34 +0300 |
commit | cc34dbda9681418a2b18382446b90cdcec398d82 (patch) | |
tree | a3850b6cbdea9dd075aafc957407c886bd4b832c | |
parent | 7c2227a1972a4add4b5c118e4914c086513d0382 (diff) |
gitignore : fix for windows (#2729)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 - |