mirror of
https://github.com/stumpwm/stumpwm.git
synced 2026-09-10 07:26:20 -04:00
CI: Expand .dockerignore
This is to prevent local build output to be included in the docker image used to run the CI workflow.
This commit is contained in:
parent
aa191d4b29
commit
cd3e531783
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue