diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-23 15:07:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-23 15:07:50 +0300 |
commit | 12294b156b2c22f7cf665ed5aeae295435750605 (patch) | |
tree | 6facef85ca1b8007848f31c1526dd24a763eda25 | |
parent | bye-bye, Travis & AppVeyor! (diff) | |
download | winapi-debug-12294b156b2c22f7cf665ed5aeae295435750605.tar.gz winapi-debug-12294b156b2c22f7cf665ed5aeae295435750605.zip |
remove .dockerignore
LMAO, it was leftover from the time when Travis builds were done inside
a Docker container.
-rw-r--r-- | .dockerignore | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 5367300..0000000 --- a/.dockerignore +++ /dev/null @@ -1,11 +0,0 @@ -* - -# Only things actually used during the build process: -!/3rdparty/** -!/CMakeLists.txt -!/LICENSE.txt -!/cmake/** -!/include/** -!/src/** -!/test/** -!/utils/** |