Add .dockerignore file

Fixes an issue where if you had a version.h file generated from cmake,
it would be used in the Dockerfile even though the container uses make.
This commit is contained in:
gsemaj 2023-08-19 18:22:21 +00:00
parent b12aecad63
commit 650f947451

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
version.h