mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
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:
parent
b5e9488389
commit
3bd9748289
1 changed files with 3 additions and 0 deletions
3
.dockerignore
Normal file
3
.dockerignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
**/.tmp
|
||||
**/.btest.failed.dat
|
||||
**/diag.log
|
Loading…
Add table
Add a link
Reference in a new issue