Browse Source

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 7 years ago
parent
commit
408b4f3f42
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitignore

1
.gitignore

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