From 1fe3eeb14470470d8c95c40c98a12c15320bcd57 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 14 Mar 2022 12:18:15 +0100 Subject: Removed vim swap files --- .gitignore | 1 + Src/.StringTools.cpp.swp | Bin 16384 -> 0 bytes Test/.String__PadRight.cpp.swp | Bin 12288 -> 0 bytes 3 files changed, 1 insertion(+) delete mode 100644 Src/.StringTools.cpp.swp delete mode 100644 Test/.String__PadRight.cpp.swp diff --git a/.gitignore b/.gitignore index 28a4521..e368995 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # User-specific stuff .idea/ +*.swp # CMake *build*/ diff --git a/Src/.StringTools.cpp.swp b/Src/.StringTools.cpp.swp deleted file mode 100644 index 47abbdc..0000000 Binary files a/Src/.StringTools.cpp.swp and /dev/null differ diff --git a/Test/.String__PadRight.cpp.swp b/Test/.String__PadRight.cpp.swp deleted file mode 100644 index de26dae..0000000 Binary files a/Test/.String__PadRight.cpp.swp and /dev/null differ -- cgit v1.2.3