gitignore : fix for windows (#2729)

This commit is contained in:
akawrykow 2023-08-23 07:31:34 -07:00 committed by GitHub
parent 7c2227a197
commit cc34dbda96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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