Skip to content

Commit

Permalink
Git ignore .gcda and .gcno in all folders (sonic-net#3479)
Browse files Browse the repository at this point in the history
Git ignore .gcda and .gcno in all folders (sonic-net#3479)

* Ignore .gcda and .gcno in all folders to avoid seeing a large number of untracked files in git status
  • Loading branch information
stephenxs authored Feb 3, 2025
1 parent 656640c commit d7d07bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d7d07bd

Please sign in to comment.