diff options
Diffstat (limited to 'mock-sdc/.dockerignore')
-rw-r--r-- | mock-sdc/.dockerignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mock-sdc/.dockerignore b/mock-sdc/.dockerignore new file mode 100644 index 0000000..53b2e85 --- /dev/null +++ b/mock-sdc/.dockerignore @@ -0,0 +1,16 @@ +# Binaries for programs and plugins +mock-sdc +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ |