From 99c963e0ed3e9b7a500968f3b2c7e0a1bfc9b11b Mon Sep 17 00:00:00 2001 From: jdreichmann Date: Sun, 7 Jun 2020 10:33:43 +0200 Subject: [PATCH] add gitignore for vim swapfiles and ansible retry files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae6f288 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ + +*.sw[pon] +*.retry