.gitignore: add vim files

This commit is contained in:
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

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/