NO-JIRA Adding vim .swp and .swo files into .gitignore

Just to avoid a mistake like it happened on f593a2de92
This commit is contained in:
Clebert Suconic 2021-08-09 14:20:25 -04:00
parent b8c64590f9
commit d950e1b4cc
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -16,6 +16,8 @@ ratReport.txt
**/.editorconfig
**/derby.log
**/.DS_Store
**/*.swp
**/*.swo
# for native build
CMakeCache.txt