From 19d2bcff6ec6f4b8762dd01073484fe07163c2f0 Mon Sep 17 00:00:00 2001 From: Jesse CreateThis Date: Tue, 9 Sep 2025 14:33:19 +0000 Subject: [PATCH] Ignore vim swap files in tests --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 620a48ee4449b..cbc381606cb7f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -2,3 +2,4 @@ !*.* *.o ggml-common.h +**/*.swp