Skip to content

Commit cc34dbd

Browse files
authored
gitignore : fix for windows (#2729)
1 parent 7c2227a commit cc34dbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*.so
44
*.gguf
55
*.bin
6+
*.exe
7+
*.dll
68
.DS_Store
79
.build/
810
.cache/
@@ -81,4 +83,3 @@ tests/test-quantize-fns
8183
tests/test-quantize-perf
8284
tests/test-sampling
8385
tests/test-tokenizer-0
84-

0 commit comments

Comments
 (0)