From 5b8e922eaf15bf3a2adf2c6b85d3dea90695860e Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 26 Jan 2022 14:32:20 +0100
Subject: [PATCH] .gitignore: Ignore vim swap file

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a94d62a1..3e59b48d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 docs/build
 *.pyc
 *.pyo
+*.swp
-- 
GitLab