aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.dockerignore16
1 files changed, 10 insertions, 6 deletions
diff --git a/.dockerignore b/.dockerignore
index e6e78f3..5367300 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,7 +1,11 @@
-**/.git
-**/.gitattributes
-**/.gitignore
+*
-.dockerignore
-**/Dockerfile
-**/docker-compose.yml
+# Only things actually used during the build process:
+!/3rdparty/**
+!/CMakeLists.txt
+!/LICENSE.txt
+!/cmake/**
+!/include/**
+!/src/**
+!/test/**
+!/utils/**