Skip to content

Commit 44646ff

Browse files
authored
Add cover.out to .gitignore (#12789)
Signed-off-by: timflannagan <[email protected]>
1 parent 3311269 commit 44646ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ test-report.json
3737
# Vscode Ginkgo test explorer report
3838
**/ginkgo.report
3939

40+
# Go test coverage output
41+
cover.out
42+
4043
# At time we run kgateway locally and store configuration in a local directory named `data`
4144
# These should be ignored, as often times `source_data` is the configuration we check into the repo
4245
data
@@ -56,5 +59,5 @@ dist/
5659
*.d
5760
*-build
5861

59-
62+
# Rust target directory created by cargo
6063
internal/envoyinit/rustformations/target/*

0 commit comments

Comments
 (0)