Skip to content

Commit

Permalink
update .dockerignore to support new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdiba committed Nov 17, 2020
1 parent 51fd821 commit df5dd31
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .dockerignore
Expand Up @@ -2,13 +2,14 @@
**/*

# base
!/tools/install-deps.sh
!/vtools/scripts/install-deps.sh

!/vtools/
# vtools
!/tools/
!/vtools/vtools

# vtools configs
!/tools/ci/vtools*.yml
!/vtools/vtools/artifacts/ci/vtools*.yml

# rpk
!/src/go/rpk/go.mod
Expand All @@ -18,13 +19,13 @@

# clang
!/cmake/caches/llvm.cmake
!/tools/vtools/vlib/clang.py
!/vtools/vtools/vlib/clang.py

# external projects
!/3rdparty.cmake.in
!/tools/vtools/vlib/cmake.py
!/vtools/vtools/vlib/cmake.py
!/cmake/dpdk_configure.cmake
!dpdk_config
!/cmake/*

# rp
!/CMakeLists.txt
Expand Down

0 comments on commit df5dd31

Please sign in to comment.