forked from kmesh-net/kmesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (50 loc) · 757 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
52
53
# 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
kmeshctl
# go test coverage
coverage.out
# build artifacts
*.so
*.o
kernel/**/*.ko
kernel/**/*.cmd
kernel/ko_src/kmesh/Module.symvers
kernel/ko_src/kmesh/kmesh.mod
kernel/ko_src/kmesh/kmesh.mod.c
kernel/ko_src/kmesh/modules.order
oncn-mda/build/
oncn-mda/deploy/
test/mugen-master/