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: #973pull/977/head
parent
bd1c764a1a
commit
408b4f3f42
|
@ -10,4 +10,5 @@ temp
|
||||||
*.pyo
|
*.pyo
|
||||||
*.tfstate
|
*.tfstate
|
||||||
*.tfstate.backup
|
*.tfstate.backup
|
||||||
|
**/*.sw[pon]
|
||||||
/ssh-bastion.conf
|
/ssh-bastion.conf
|
||||||
|
|
Loading…
Reference in New Issue