gitignore: Ignore Vim temporary and swap files (#1328)

This commit is contained in:
Camelid 2020-09-11 06:10:38 -07:00 committed by GitHub
parent a94a940ff7
commit 2eccb457d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View file

@ -11,3 +11,7 @@ tests/dummy_book/book/
# Ignore Jetbrains specific files.
.idea/
# Ignore Vim temporary and swap files.
*.sw?
*~