mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-26 19:23:37 -04:00
gitignore : fix for windows (#2729)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user