From 7c9fd3f53e5f6a3e3d87adeb2c23c7839b363dfb Mon Sep 17 00:00:00 2001 From: Stephen Sun Date: Mon, 30 Dec 2024 01:58:27 +0000 Subject: [PATCH] Git ignore .gcda and .gcno in all folders Signed-off-by: Stephen Sun --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 001db00e4b..4e61e19163 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,8 @@ tests/mock_tests/tests_portsyncd # Test Files # ############## +*gcda +*gcno tests/log tests/mock_tests/test-suite.log tests/mock_tests/tests.log @@ -92,5 +94,3 @@ tests/tests.log tests/tests.trs tests/mock_tests/**/*log tests/mock_tests/**/*trs -orchagent/p4orch/tests/**/*gcda -orchagent/p4orch/tests/**/*gcno