forked from didi/sharingan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (34 loc) · 720 Bytes
/
.gitignore
File metadata and controls
37 lines (34 loc) · 720 Bytes
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
.idea/
.statsd/
.vscode/
*.swp
*.log
*.log.*
# example
example/example
example/example.test
example/nohup.out
example/recorder/recorder
example/replayer/replayer
example/replayer/replayer.test
example/replayer/example.test
example/replayer/example
example/replayer/sut.pid
example/replayer/sut.log
example/replayer/gocov*
example/replayer/gocov-html
example/replayer/nohup.out
# agent
recorder-agent/agent
recorder-agent/recorder-agent
recorder-agent/agent.log
recorder-agent/agent.pid
replayer-agent/agent
replayer-agent/replayer-agent
replayer-agent/agent.log
replayer-agent/agent.pid
replayer-agent/conf.tar
replayer-agent/template.tar
replayer-agent/replayer-agent.linux
replayer-agent/replayer-agent.mac
vendor/