Skip to content

Commit 61a90a3

Browse files
committed
Git ignore .gcda and .gcno in all folders
Signed-off-by: Stephen Sun <[email protected]>
1 parent ae5a50b commit 61a90a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ tests/mock_tests/tests_portsyncd
8383

8484
# Test Files #
8585
##############
86+
*gcda
87+
*gcno
8688
tests/log
8789
tests/mock_tests/test-suite.log
8890
tests/mock_tests/tests.log
@@ -92,5 +94,3 @@ tests/tests.log
9294
tests/tests.trs
9395
tests/mock_tests/**/*log
9496
tests/mock_tests/**/*trs
95-
orchagent/p4orch/tests/**/*gcda
96-
orchagent/p4orch/tests/**/*gcno

0 commit comments

Comments
 (0)