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

Just to avoid a mistake like it happened on f593a2de923a944393bf1e06b278b2415cebad9f
This commit is contained in:
Clebert Suconic 2021-08-09 14:20:25 -04:00
parent b8c64590f9
commit d950e1b4cc

2
.gitignore vendored
View File

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