From c149c554e7bf92434345a2df5b01063efa86a26d Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 4 Apr 2020 20:49:52 -0500 Subject: [PATCH] update gitignore - ignore vim swap files and the "ignore" directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ceace52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +ignore* +*.swp