Add Vim's `*.swp` files to .gitignore (#2207)

pull/2208/head
Matt 2 years ago committed by GitHub
parent 8154470ae9
commit 9111977c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored

@ -93,3 +93,6 @@ gdb.txt
# Nix build stuff
result-*
# Vim
*.swp

Loading…
Cancel
Save