From 4cba11b9b54ecac0a7641c13ab960ab72bb0aca9 Mon Sep 17 00:00:00 2001 From: xxc3nsoredxx Date: Mon, 10 May 2021 19:05:18 -0500 Subject: Add Vim swap file to .gitignore --- .gitignore | 1 + test/.test.sh.swp | Bin 16384 -> 0 bytes 2 files changed, 1 insertion(+) delete mode 100644 test/.test.sh.swp diff --git a/.gitignore b/.gitignore index 9adf581..c407fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.tar.bz2 +*.swp diff --git a/test/.test.sh.swp b/test/.test.sh.swp deleted file mode 100644 index 2a9895d..0000000 Binary files a/test/.test.sh.swp and /dev/null differ -- cgit v1.2.3