.gitignore: add vim files

pull/4177/head
krischerven 2020-04-01 08:57:01 -04:00 committed by GitHub
parent 7bbcc484fb
commit 3e129cef8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -66,6 +66,11 @@ info.log
# vim/emacs editor backup files
*~
# vim gitignore
*.swp
*.swo
*.swn
thirdparty/freetype/
thirdparty/sdl2/
thirdparty/SDL2_image/