forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
228 lines (187 loc) · 4.62 KB
/
.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# dogstatsd image temporary binaries
Dockerfiles/dogstatsd/alpine/static/
# folders
vendor/
outcomes/
.vendor-new/
bin/
/dev/*
__pycache__
.pytest_cache
venv/
.venv
.python-version
venv27/
venv3[78]/
.gems/
omnibus/omnibus/
# dev tools for pickle conversion
!/dev/agent-v1-to-v2-pickle-conversion/
/dev/agent-v1-to-v2-pickle-conversion/.tox
/dev/agent-v1-to-v2-pickle-conversion/venv
/dev/agent-v1-to-v2-pickle-conversion/*.egg-info
/dev/agent-v1-to-v2-pickle-conversion/run/v2/*
!/dev/agent-v1-to-v2-pickle-conversion/run/v2/__example__*
!/dev/agent-v1-to-v2-pickle-conversion/.python-version
/dev/agent-v1-to-v2-pickle-conversion/backups
**/*.tmp
**/debug.test
# files
.DS_Store
.vscode
.env
.envrc
*.cov
*.pyc
*.swp
*.exe
*.syso
*.log
# local development environment control files
.env
.envrc
.python-version
#file generated at build time by message compiler
agentmsg.h
# go-generated files
stackstate.yaml
system-probe.yaml
network-tracer.yaml
security-agent.yaml
dogstatsd.yaml
cloudfoundry.yaml
Dockerfiles/cluster-agent/datadog-cluster.yaml
Dockerfiles/cluster-agent/dist
Dockerfiles/cluster-agent/security-agent-policies
# jetbrains IDE directory
/.idea/
# Ignore debs from the root of the project.
stackstate-agent*_amd64.deb
stackstate-agent*_amd64.rpm
# Ignore pem created during the tests
*.pem
pkg/process/config/testdata/secret
auth_token
/test/e2e/scripts/run-instance/argo
/test/e2e/scripts/setup-instance/instance-id.json
/test/e2e/scripts/setup-instance/specification.json
/test/e2e/scripts/setup-instance/spot-instance-request.json
/test/e2e/scripts/setup-instance/spot-request-id.json
/test/e2e/scripts/setup-instance/id_rsa
/test/e2e/scripts/setup-instance/id_rsa.pub
/test/e2e/scripts/setup-instance/ignition.json
/test/e2e/containers/fake_datadog/venv/
/pkg/logs/pipeline/registry.json
# android files generated by build
last-change
*.apk
*.app
*.framework
*.aar
*.iml
*.jar
.idea
.gradle
cmd/agent/android/app/src/main/assets/conf.d
# android studio
cmd/agent/android/local.properties
cmd/agent/android/gradlew*
cmd/agent/android/gradle
cmd/agent/android/build
cmd/agent/android/app/build
cmd/agent/dist/datadog.yml
# local copy of device signing cert
platform.pk8
# trace agent windows artifacts
cmd/trace-agent/windows_resources/trace-agent-msg.rc
cmd/trace-agent/windows_resources/*.bin
pkg/trace/info/git_version.go
trace-agent-msg.h
# process agent artifacts
cmd/process-agent/windows_resources/process-agent-msg.rc
cmd/process-agent/windows_resources/*.bin
process-agent-msg.h
# process agent test artifacts
pkg/process/config/logs
# sysprobe artifacts
cmd/system-probe/windows_resources/system-probe-msg.rc
cmd/system-probe/windows_resources/*.bin
system-probe-msg.h
# dsd artifacts
cmd/dogstatsd/windows_resources/dogstatsd-msg.rc
cmd/dogstatsd/windows_resources/*.bin
dogstatsd-msg.h
# omnibus files
omnibus/.tarball-version
omnibus/files/sources
omnibus/resources/agent/msi/cal/packages/
# serverless artifact
cmd/serverless/serverless
#visual studio files
*.aps
omnibus/resources/agent/msi/cal/packages/
omnibus/files/sources
omnibus/.tarball-version
tools/windows/install-help/cal/packages/
[Dd]ebug/
[Rr]elease/
# ebpf object files
pkg/ebpf/bytecode/build/
pkg/ebpf/bytecode/bindata/
*.bc
# CGo generated object files
pkg/network/**/_obj/
# windows container build output
build.out/
# dev VM
.vagrant
/Vagrantfile
packer.json
*.box
devenv/iso
devenv/output-virtualbox-iso/
devenv/packer_cache
test_output.json
# doxygen doc & error log
rtloader/doc
rtloader/doxygen/errors.log
# integrations-core when checked out for unit tests
integrations-core/
# file generated for templates
pkg/status/templates.go
cmd/agent/gui/templates.go
# netlink message dump test files
pkg/network/netlink/testdata/message_dump*
# serverless
.layers
.extension
# Merge artifacts
*.orig
#sts
version.txt
.cd-builders/windows/builder7/runner/roles/
# molecule local json files
/test/molecule-role/molecule/*/topic-*.json
/test/molecule-role/molecule/*/persistent-cache-*.json
.cache
/test/molecule-role/molecule/*/playbook/run/logs/
# ignore manual test files
test/manual/*
# cluster agent generated files
Dockerfiles/cluster-agent/stackstate-cluster.yaml
Dockerfiles/cluster-agent/auth_token
Dockerfiles/cluster-agent/cluster_agent.auth_token
Dockerfiles/cluster-agent/stackstate-cluster-agent
Dockerfiles/cluster-agent/dist/
# windows ami
.cd-builders/windows/builder/runner/roles/sa_gitlab_runner_win
# msgpack gen files
*_gen*.go
# Temp State Files
pkg/collector/check/state/temp-write-to-disk-test/*
# Beest
beest/sut/yards/*/terraform.tfstate.d/
beest/sut/yards/*/*.key
beest/sut/yards/*/*.crt
# Beest generated manifests
beest/sut/bees/k8s-agent/files/test_ingress/*.yaml