Commit 408b4f3f authored by Sergii Golovatiuk's avatar Sergii Golovatiuk
Browse files

Add .swp .swo .swn to .gitignore

According to http://vimdoc.sourceforge.net/htmldoc/recover.html vim
creates .swo .swn .swp files. This patch adds them to .gitignore in all
directories recursively

Closes: #973
Showing with 1 addition and 0 deletions
+1 -0
......@@ -10,4 +10,5 @@ temp
*.pyo
*.tfstate
*.tfstate.backup
**/*.sw[pon]
/ssh-bastion.conf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment