From dfdcae137c099568a228219874b95b69d7161196 Mon Sep 17 00:00:00 2001 From: "Felipe R. Monteiro" Date: Thu, 21 Oct 2021 01:25:32 -0400 Subject: [PATCH] Updates .gitignore to ignore IDE setting folders Signed-off-by: Felipe R. Monteiro --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f7bfcef8b..095c1a6d5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ build/ *.gcda *.gcno *.gcov + +# Ignore IDE setting folders +.vscode/