From ff990a5bd03a643569fb223f3e9fb448d3336465 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 24 Jan 2024 18:28:50 +0100 Subject: [PATCH] Ignore Makefile.shipyard This is pulled in by the new Shipyard build process, and should be ignored. Signed-off-by: Stephen Kitt --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c83292d9..f77932e9a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ scripts/broker-info.subm* /Dockerfile.* .shflags Makefile.dapper +Makefile.shipyard