Merge pull request #18886 from owen-mc/go/gitignore-make-test-artifacts

Go: Add .gitignore for artifacts of `make test`
This commit is contained in:
Owen Mansel-Chan
2025-02-27 19:47:28 +00:00
committed by GitHub

4
go/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# artifacts of running `make test`
data/
lock
size