Преглед изворни кода

gitignore : fix for windows (#2729)

akawrykow пре 2 година
родитељ
комит
cc34dbda96
1 измењених фајлова са 2 додато и 1 уклоњено
  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
-