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
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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