gitignore : Ignore vim swap files in tests (#15901)

This commit is contained in:
Jesse 2025-09-10 07:28:47 -04:00 committed by GitHub
parent 10d8b2b6b0
commit 09e72a037c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
tests/.gitignore vendored
View File

@ -2,3 +2,4 @@
!*.* !*.*
*.o *.o
ggml-common.h ggml-common.h
**/*.swp