From: Jesse Date: Wed, 10 Sep 2025 11:28:47 +0000 (-0400) Subject: gitignore : Ignore vim swap files in tests (#15901) X-Git-Tag: upstream/0.0.6527~90 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=09e72a037c77b6823fde9e1e4cf28e815b9c41ab;p=pkg%2Fggml%2Fsources%2Fllama.cpp gitignore : Ignore vim swap files in tests (#15901) --- diff --git a/tests/.gitignore b/tests/.gitignore index 620a48ee..cbc38160 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -2,3 +2,4 @@ !*.* *.o ggml-common.h +**/*.swp