Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93b1114

Browse files
authored
Merge pull request #18886 from owen-mc/go/gitignore-make-test-artifacts
Go: Add .gitignore for artifacts of `make test`
2 parents 6c0aadf + 59e9452 commit 93b1114

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

go/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# artifacts of running `make test`
2+
data/
3+
lock
4+
size

0 commit comments

Comments
 (0)