Ignore Vim swap files

This commit is contained in:
Camelid 2021-03-10 18:28:05 -08:00 committed by GitHub
parent 861872bc45
commit 68f50c8025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -7,6 +7,8 @@
# configure your local ignore list.
# FIXME: This needs cleanup.
*~
*.swp
*.swo
.#*
.DS_Store
.cproject