Ignore vim temp files: swp, swo
This commit is contained in:
parent
82848d569f
commit
b2e84ff698
|
@ -80,3 +80,7 @@ target/
|
|||
|
||||
# Mac OS-specific storage files
|
||||
.DS_Store
|
||||
|
||||
# vim
|
||||
*.swp
|
||||
*.swo
|
||||
|
|
Loading…
Reference in New Issue