gitignore : fix for windows (#2729)

This commit is contained in:
akawrykow 2023-08-23 07:31:34 -07:00 committed by GitHub
parent 557d5f9edf
commit e2108e57c8
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -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