From fe86282efe69b9479eb021d7390d49999afdbbdc Mon Sep 17 00:00:00 2001 From: Jesse CreateThis Date: Fri, 22 Aug 2025 16:31:28 +0000 Subject: [PATCH] Ignore vim swap files in tests dir --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 620a48ee44..93429261ac 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,4 +1,5 @@ * !*.* *.o +*.swp ggml-common.h