aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.dockerignore
blob: 5367300ed20017ef4d1a4efec7739f2e0ea5e48a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
*

# Only things actually used during the build process:
!/3rdparty/**
!/CMakeLists.txt
!/LICENSE.txt
!/cmake/**
!/include/**
!/src/**
!/test/**
!/utils/**