From 87fc1b9a1556b2bbe4a4e64eaf3e702878ab30d4 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Mon, 31 Aug 2026 14:38:03 -0700 Subject: [PATCH] chore: add rdma/librcserver.a to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b411ecf..21cd236e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ cmd/versitygw/versitygw /rdma/libcuobjwrapper.a /rdma/libcuobjclientwrapper.a /rdma/libhostclientwrapper.a +/rdma/librcserver.a # Test binary, built with `go test -c` *.test