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
pull/977/head
Sergii Golovatiuk 2017-02-06 12:00:49 +01:00
parent bd1c764a1a
commit 408b4f3f42
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,4 +10,5 @@ temp
*.pyo
*.tfstate
*.tfstate.backup
**/*.sw[pon]
/ssh-bastion.conf