From d950e1b4cca5526f3f1b2506bd14feb3b0f879f6 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Mon, 9 Aug 2021 14:20:25 -0400 Subject: [PATCH] NO-JIRA Adding vim .swp and .swo files into .gitignore Just to avoid a mistake like it happened on f593a2de923a944393bf1e06b278b2415cebad9f --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 195c4283dc..21e40d07e5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ ratReport.txt **/.editorconfig **/derby.log **/.DS_Store +**/*.swp +**/*.swo # for native build CMakeCache.txt