From 09e72a037c77b6823fde9e1e4cf28e815b9c41ab Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 10 Sep 2025 07:28:47 -0400 Subject: [PATCH] gitignore : Ignore vim swap files in tests (#15901) --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 620a48ee44..cbc381606c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -2,3 +2,4 @@ !*.* *.o ggml-common.h +**/*.swp