Add .dockerignore to suppress btest artifacts

We run btest in CI between image build and upload, and since its artifacts
weren't suppressed, the discrepancy caused the Dockerfile COPY to cache-miss.
This commit is contained in:
Christian Kreibich 2021-09-24 17:04:26 -07:00
parent b5e9488389
commit 3bd9748289

3
.dockerignore Normal file
View file

@ -0,0 +1,3 @@
**/.tmp
**/.btest.failed.dat
**/diag.log