diff --git a/.gitignore b/.gitignore index a8fd5b09..b22d691a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ Thumbs.db #Ignore files generated by PyCharm .idea/* +#Ignore files generated by vi +*.swp + #Ignore files build by Visual Studio *.obj *.exe