Skip to content
Snippets Groups Projects
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
parent bd1c764a
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@ temp
*.pyo
*.tfstate
*.tfstate.backup
**/*.sw[pon]
/ssh-bastion.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment