From: Georgi Gerganov Date: Sun, 17 Nov 2024 11:12:22 +0000 (+0200) Subject: gitignore : ignore local run scripts [no ci] X-Git-Tag: upstream/0.0.4488~370 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=20a780c7b64c38071fe70ad23e16e80c23c0147b;p=pkg%2Fggml%2Fsources%2Fllama.cpp gitignore : ignore local run scripts [no ci] --- diff --git a/.gitignore b/.gitignore index 0b56bcc7..307c065f 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,7 @@ poetry.toml # Test models for lora adapters /lora-tests + +# Local scripts +/run-vim.sh +/run-chat.sh