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
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,4 +10,5 @@ temp
|
||||
*.pyo
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
**/*.sw[pon]
|
||||
/ssh-bastion.conf
|
||||
|
Reference in New Issue
Block a user