From 9fdb3cf17a35c91020b1837f7bf114bf89ab2eaf Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Thu, 28 Sep 2023 10:48:03 -0400 Subject: [PATCH] Appease test scripts --- Docker/include.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker/include.am b/Docker/include.am index dd78194d4..4dc5f5ff3 100644 --- a/Docker/include.am +++ b/Docker/include.am @@ -3,9 +3,11 @@ # All paths should be given relative to the root EXTRA_DIST+= Docker/Dockerfile +EXTRA_DIST+= Docker/Dockerfile.cross-compiler EXTRA_DIST+= Docker/run.sh EXTRA_DIST+= Docker/README.md +ignore_files+=Docker/buildAndPush.sh ignore_files+=Docker/OpenWRT/Dockerfile ignore_files+=Docker/OpenWRT/runTests.sh ignore_files+=Docker/OpenWRT/README.md