dockerignore
authorMichael Wallner <mike@php.net>
Thu, 20 Jan 2022 17:13:11 +0000 (18:13 +0100)
committerMichael Wallner <mike@php.net>
Thu, 20 Jan 2022 17:13:11 +0000 (18:13 +0100)
.dockerignore [new file with mode: 0644]
.github/workflows/ci.yml
scripts/gen_github_workflow_ci.php

diff --git a/.dockerignore b/.dockerignore
new file mode 100644 (file)
index 0000000..871ae08
--- /dev/null
@@ -0,0 +1,24 @@
+**
+!config.m4
+!ion.c
+!ion_arginfo.h
+!ion_private.h
+!Makefile.frag
+!php_ion.h
+#
+!ion-c/cmake
+!ion-c/CMakeLists.txt
+!ion-c/decNumber
+!ion-c/ionc
+!ion-c/LICENSE
+!ion-c/README.md
+!ion-c/test/*.*
+!ion-c/test/googletest/CMakeLists.txt
+!ion-c/test/googletest/googlemock/CMakeLists.txt
+!ion-c/test/googletest/googlemock/include
+!ion-c/test/googletest/googlemock/src
+!ion-c/test/googletest/googletest/cmake
+!ion-c/test/googletest/googletest/CMakeLists.txt
+!ion-c/test/googletest/googletest/include
+!ion-c/test/googletest/googletest/src
+!ion-c/tools
index 22c941ca291d61198e6537814d47e7fb86cf5063..cfe44093016328bde0c0445ff13d980a26d1fc30 100644 (file)
@@ -7,6 +7,7 @@ on:
     types: [published]
   pull_request:
     paths-ignore:
+      - .dockerignore
       - .editorconfig
       - .gitignore
       - AUTHORS
@@ -20,6 +21,7 @@ on:
       - README.md
   push:
     paths-ignore:
+      - .dockerignore
       - .editorconfig
       - .gitignore
       - AUTHORS
index e3e13e8df69ec02086a6c51d582065ed402cc480..9f6f2686cddaaaf7443eda9b9e55246416c190a8 100755 (executable)
@@ -8,6 +8,7 @@ on:
     types: [published]
   pull_request:
     paths-ignore:
+      - .dockerignore
       - .editorconfig
       - .gitignore
       - AUTHORS
@@ -21,6 +22,7 @@ on:
       - README.md
   push:
     paths-ignore:
+      - .dockerignore
       - .editorconfig
       - .gitignore
       - AUTHORS