From 590c42d01ce4d2f5cf499689c18716ea27015d66 Mon Sep 17 00:00:00 2001 From: Bey Hao Yun Date: Fri, 16 Aug 2024 08:58:54 +0800 Subject: [PATCH] :hammer: Modified .gitignore to ignore transient files under .vscode and lcov dir. Test new email signoff. Signed-off-by: Bey Hao Yun --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0c031ee..f09a8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ build/* install/* log/* +.vscode/* +lcov/* *.png *.jpeg