Skip to content

Commit 7731968

Browse files
committed
ignore executation out file
1 parent 431fd1a commit 7731968

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
@@ -9,12 +9,15 @@
99
# Test binary, built with `go test -c`
1010
*.test
1111

12-
# Output of the go coverage tool, specifically when used with LiteIDE
12+
# Output of the go coverage tools
1313
*.out
1414
coverage.txt
1515
*.coverage
1616
*.sarif
1717

18+
# GHA action output
19+
executable_output.txt
20+
1821
# Dependency directories (remove the comment below to include it)
1922
# vendor/
2023
# IDE

0 commit comments

Comments
 (0)