Compare commits

...

2 Commits

Author SHA1 Message Date
FinnHornhoover
5b61d1f45e
Merge 613a4c58a3 into 650f947451 2023-08-19 21:17:09 +01:00
gsemaj
650f947451 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.
2023-08-19 18:22:21 +00:00

1
.dockerignore Normal file
View File

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