Update gitignore for vim temp files

This commit is contained in:
Clortox 2021-01-04 15:41:44 -05:00
parent b00bb24b90
commit 38ad2a830a

5
.gitignore vendored
View File

@ -12,3 +12,8 @@ dir/*
#but still keep the folder
!dir/.gitkeep
#I use vim, therefore ignore temp files and swap files
*~
*.swp
*.swo