Parcourir la source

gitignore : fix for windows (#2729)

akawrykow il y a 2 ans
Parent
commit
cc34dbda96
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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