diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-12 18:14:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-12 18:14:42 +0300 |
commit | 8ee8a0e2a553b7a86b8e38c0d43d7c9ad8957c38 (patch) | |
tree | c9bbbb062761e2577b6c2ca58a104f3c7e9e90e4 | |
parent | AppVeyor: lint the config (diff) | |
download | winapi-debug-8ee8a0e2a553b7a86b8e38c0d43d7c9ad8957c38.tar.gz winapi-debug-8ee8a0e2a553b7a86b8e38c0d43d7c9ad8957c38.zip |
Travis: ignore everything in .dockerignore
-rw-r--r-- | .dockerignore | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/.dockerignore b/.dockerignore index e6e78f3..5367300 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,11 @@ -**/.git -**/.gitattributes -**/.gitignore +* -.dockerignore -**/Dockerfile -**/docker-compose.yml +# Only things actually used during the build process: +!/3rdparty/** +!/CMakeLists.txt +!/LICENSE.txt +!/cmake/** +!/include/** +!/src/** +!/test/** +!/utils/** |