forked from kmesh-net/kmesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (51 loc) · 984 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# git history files
.history_rewritten_*
# Eclipse artifacts
.project
.pydevproject
#Vagrant
tools/vagrant/.vagrant/
# Intellij
*.iml
.idea/
.run/
# Visual Studio Code
.vscode/
# Bazel
/bazel-*
# vi swap files
.*.swp
# vi backups
*.bak
# common backups
*~
# python artifacts
*.pyc
vendor
# Contains the built artifacts
out/
# Go compiled tests
*.test
# MacOS extended attributes
._*
# MacOS Desktop Services Store
.DS_Store
# build binaries
kmesh-cni
kmesh-daemon
# build artifacts
*.so
*.o
bpf/kmesh/bpf2go/kmeshcgroupsock_bpfeb.go
bpf/kmesh/bpf2go/kmeshcgroupsock_bpfel.go
bpf/kmesh/bpf2go/kmeshcgroupsockworkload_bpfeb.go
bpf/kmesh/bpf2go/kmeshcgroupsockworkload_bpfel.go
bpf/kmesh/bpf2go/kmeshsockopsworkload_bpfeb.go
bpf/kmesh/bpf2go/kmeshsockopsworkload_bpfel.go
bpf/kmesh/bpf2go/kmeshxdpauth_bpfeb.go
bpf/kmesh/bpf2go/kmeshxdpauth_bpfel.go
bpf/kmesh/bpf2go/kmeshsendmsg_bpfeb.go
bpf/kmesh/bpf2go/kmeshsendmsg_bpfel.go
oncn-mda/build/
oncn-mda/deploy/
test/mugen-master/