From cd3e531783cb2602ebacdf671769049e5884dfd3 Mon Sep 17 00:00:00 2001 From: Axel Svensson Date: Mon, 14 Nov 2022 04:10:02 +0100 Subject: [PATCH] CI: Expand .dockerignore This is to prevent local build output to be included in the docker image used to run the CI workflow. --- .dockerignore | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 9d5b5ff..f2c55bd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,36 @@ -tests/integration-tests/testcases +*.fas +*.lib +*.fasl +*.a +*.o +*.*fasl +*.*fsl +*~ +*.swp +\#*# +configure +config.log +config.status +autom4te.cache +/Makefile +stumpwm +stumpwm.info +TAGS +make-image.lisp +load-stumpwm.lisp +stumpwm-*.tgz +stumpwm-*.tgz.sig +.dotest +patches +stumpwm.texi +stumpwm.aux +stumpwm.dvi +stumpwm.fn +stumpwm.fns +stumpwm.log +stumpwm.pdf +stumpwm.toc +stumpwm.vr +stumpwm.vrs +/tests/integration-tests/test-runner.iid +/tests/integration-tests/testcases