MASTER Ignore vim swap files

Test: Tested locally ignore vim files
Change-Id: Id2dd7131ffedca57f3072e26156f8354f12c6831
diff --git a/.gitignore b/.gitignore
index 697ef2d..577e3ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,6 @@
 *.iml
 gen/
 *.pyc
+*.swp
 __pycache__
-.idea
\ No newline at end of file
+.idea