forked from ligato/vpp-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (30 loc) · 809 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*.pyc
*.so
*.test
*.out
.idea/*
# command binaries
/cmd/agentctl/agentctl
/cmd/vpp-agent/vpp-agent
/cmd/vpp-agent-ctl/vpp-agent-ctl
# example binaries
/examples/govpp_call/govpp_call
/examples/grpc_vpp/notifications/notifications
/examples/grpc_vpp/remote_client/remote_client
/examples/idx_bd_cache/idx_bd_cache
/examples/idx_iface_cache/idx_iface_cache
/examples/idx_mapping_lookup/idx_mapping_lookup
/examples/idx_mapping_watcher/idx_mapping_watcher
/examples/idx_veth_cache/idx_veth_cache
/examples/localclient_linux/tap/tap
/examples/localclient_linux/veth/veth
/examples/localclient_vpp/nat/nat
/examples/localclient_vpp/plugins/plugins
# test results
/tests/perf/log
/tests/perf/logresult.zip
/tests/robot/variables/jozo_local_variables.robot
# vpp directory
/vpp/
# exclude vendor
!/vendor/**/*