Fix .gitignore for windows

This commit is contained in:
akawrykow 2023-08-22 17:38:34 -07:00
parent 46ef5b5fcf
commit f64c6db5c4

3
.gitignore vendored
View file

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