From 6f901305788d5371b9842713f7d1fbd1b1a85ae2 Mon Sep 17 00:00:00 2001 From: Joshua Scoggins Date: Sun, 17 Apr 2016 22:40:36 -0700 Subject: [PATCH] Added vim swap files to the .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42aaebd..defd53b 100644 --- a/.gitignore +++ b/.gitignore @@ -81,7 +81,9 @@ Sources/SeriousSkaStudio/Parser.cpp Sources/SeriousSkaStudio/Parser.h Sources/SeriousSkaStudio/Scanner.cpp - +# vim swap files +*.swp +*.swo