blob: 0a39eeac66689c911952d87332ac0f6f1f8021bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#------------------------------------------------------------------------------#
# @brief: Dockerfile permit/deny-list for building the VPP testbench
# project.
# @author: Matthew Giassa <mgiassa@cisco.com>
# @copyright: (C) Cisco 2021.
#------------------------------------------------------------------------------#
# Ignore everything by default. Permit-list only.
*
# Entrypoint scripts and other artifacts.
!entrypoint_client.sh
!entrypoint_server.sh
!vpp_testbench_helpers.sh
|