-
Notifications
You must be signed in to change notification settings - Fork 52
/
.gitignore
64 lines (53 loc) · 1004 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
54
55
56
57
58
59
60
61
62
63
64
# ignore file generated by agent
agent/log/Hades*
agent/log/hades.log
agent/log/hades*
agent/agent-id
agent/main
agent/plugin/collector
hades-agent
# ignore dev
.VSCodeCounter/
.vscode/
# deploy
agent/deploy/hadesctl
agent/deploy/hades-agent
# server
server/webconsole/frontend
server/frontend
# ignore certs
cert/
# ignore obj/stder/log
**/*.o
**/*.log
**/*.stderr
**/*.gz
# ignore binary
plugins/edriver/edriver
plugins/collector/collector
plugins/ncp/ncp
plugins/edr/edr
# libbpf test
plugins/edriver/bpf/headers/*.h
plugins/edriver/bpf/headers/libbpf
plugins/edr/bpf/headers/*.h
plugins/edr/bpf/headers/libbpf
plugins/eguard/src/bpf/headers/*.h
plugins/eguard/src/bpf/headers/libbpf
# pprof
*.pprof
# windows
**/*.exe
# test
plugins/edriver/test/dist/*.txt
machine-id
# rust-demo
target
Cargo.lock
ncp-rst
plugins/edriver/test/dist/2.txt
target/
plugins/edriver-rust/src/bpf/hades.skel.rs
# under dev
plugins/edriver-rust/src/bpf/common/libs/*
plugins/edriver-rust/src/bpf/common/rasp/*