408b4f3f42
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
14 lines
157 B
Text
14 lines
157 B
Text
.vagrant
|
|
*.retry
|
|
inventory/vagrant_ansible_inventory
|
|
temp
|
|
.idea
|
|
.tox
|
|
.cache
|
|
*.egg-info
|
|
*.pyc
|
|
*.pyo
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
**/*.sw[pon]
|
|
/ssh-bastion.conf
|