From 20bf3902fd3af82ef7f75fa0872bc8ebd7e27ffe Mon Sep 17 00:00:00 2001 From: Mike Fellows Date: Thu, 14 Mar 2024 09:58:18 -0700 Subject: [PATCH] Gitignore vim editor's swap files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 01c8c2c9af..b03cfbdc73 100644 --- a/.gitignore +++ b/.gitignore @@ -312,3 +312,6 @@ src/ScottPlot4/ScottPlot/ScottPlot.xml dev/docfx/_exported_templates/ dev/docfx/api/*.yml dev/docfx/api/.manifest + +# Vim swap files +.*.swp