From c72a87d9b22c0e536fd229fcfa0afe5f38addc41 Mon Sep 17 00:00:00 2001 From: Alon Faraj Date: Wed, 30 Aug 2023 12:00:33 +0300 Subject: [PATCH] remove all bin files without extension and replace with 2 lines --- .gitignore | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 54ea2b522..7c3347b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +* +!*.* + *.o *.a *.so @@ -5,7 +8,6 @@ *.bin *.exe *.dll -*.log .DS_Store .build/ .cache/ @@ -23,25 +25,7 @@ tmp/ models/* models-mnt - -/main -/quantize -/quantize-stats -/result -/perplexity -/embedding -/train-text-from-scratch -/convert-llama2c-to-ggml -/simple -/benchmark-matmult -/vdot -/server -/Pipfile -/embd-input-test -/gguf -/gguf-llama-simple /libllama.so -/llama-bench build-info.h arm_neon.h compile_commands.json @@ -61,16 +45,3 @@ examples/jeopardy/results.txt poetry.lock poetry.toml - -# Test binaries -tests/test-grammar-parser -tests/test-llama-grammar -tests/test-double-float -tests/test-grad0 -tests/test-opt -tests/test-quantize-fns -tests/test-quantize-perf -tests/test-sampling -tests/test-tokenizer-0-llama -tests/test-tokenizer-0-falcon -tests/test-tokenizer-1