From 59e94521bcc5bccfb76899f0afe6531201951cac Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Thu, 27 Feb 2025 16:34:38 +0000 Subject: [PATCH] Add .gitignore for artifacts of `make test` --- go/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 go/.gitignore diff --git a/go/.gitignore b/go/.gitignore new file mode 100644 index 00000000000..da7e5c688ce --- /dev/null +++ b/go/.gitignore @@ -0,0 +1,4 @@ +# artifacts of running `make test` +data/ +lock +size