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:
parent
b8c64590f9
commit
d950e1b4cc
|
@ -16,6 +16,8 @@ ratReport.txt
|
|||
**/.editorconfig
|
||||
**/derby.log
|
||||
**/.DS_Store
|
||||
**/*.swp
|
||||
**/*.swo
|
||||
|
||||
# for native build
|
||||
CMakeCache.txt
|
||||
|
|
Loading…
Reference in New Issue