-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path.gitignore
More file actions
246 lines (193 loc) · 4.65 KB
/
.gitignore
File metadata and controls
246 lines (193 loc) · 4.65 KB
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
# dogstatsd image temporary binaries
Dockerfiles/dogstatsd/alpine/static/
# folders
vendor/
.vendor-new/
bin/
/dev/
/site/
__pycache__
.pytest_cache
venv*/
target
**/*.tmp
**/debug.test
# files
.DS_Store
# *.cov could be removed in OCT 2023, replaced by **/coverage.out
*.cov
**/coverage.out
# Python coverage
.coverage
*.pyc
*.swp
*.exe
*.syso
*.log
/main
# Build System Protocol (Bazel <-> JetBrains IDEs)
/.bazelbsp/
# In-workpace cache
/.cache/
# Bazel convenience symlinks to output folders
/bazel-*
# User specific bazelrc file
/user.bazelrc
# file generated by Cluster Agent image build
Dockerfiles/cluster-agent/nosys-seccomp
# local development environment control files
.env
.envrc
# I explicitely include this file because it could be ignored globally in custom configurations
!.python-version
# specific pre-commit hooks
.pre-commit-config-*.yaml
# Utility tools
devagent
deva
# go-generated files
datadog.yaml
system-probe.yaml
security-agent.yaml
dogstatsd.yaml
cloudfoundry.yaml
apm-inject.yaml
Dockerfiles/cluster-agent/datadog-cluster.yaml
Dockerfiles/cluster-agent/dist
Dockerfiles/cluster-agent/security-agent-policies
pkg/status/template.go
# JetBrains IDE project files: GoLand, IntelliJ IDEA, PyCharm, etc.
/*.iml
/.idea/
/.ijwb/
# Ignore debs from the root of the project.
datadog-agent*_amd64.deb
# Ignore pem created during the tests
*.pem
pkg/process/config/testdata/secret
auth_token
/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/
/e2e-output
/pkg/logs/pipeline/registry.json
# local copy of device signing cert
platform.pk8
# trace agent windows artifacts
pkg/trace/info/git_version.go
# process agent test artifacts
pkg/process/config/logs
# sd-agent
/pkg/discovery/module/rust/sd-agent
# sysprobe artifacts
**/.ninja_log
**/.ninja_deps
*.ninja
compile_commands.json
pkg/ebpf/bytecode/build/**/*.d
pkg/ebpf/kernelbugs/c/*.d
pkg/ebpf/kernelbugs/c/*.o
pkg/ebpf/kernelbugs/c/detect-seccomp-bug
pkg/security/tests/syscall_tester/**/*.d
# 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
tools/windows/install-help/cal/packages/
./[Dd]ebug/
[Rr]elease/
# ebpf object files
pkg/ebpf/bytecode/build/
*.bc
# CGo generated object files
**/_obj/*.o
# windows container build output
build.out/
# windows resource files
pkg/util/winutil/messagestrings/*.h
pkg/util/winutil/messagestrings/*.rc
pkg/util/winutil/messagestrings/*.bin
# dev VM
.vagrant
Vagrantfile
packer.json
*.box
devenv/iso
devenv/output-virtualbox-iso/
devenv/packer_cache
test_output.json
module_test_output.json
e2e_test_output.json
e2e_test_output.json.*.part
junit-out-AgentFlavor.base-*.xml
# doxygen doc & error log
rtloader/doc
rtloader/doxygen/errors.log
# integrations-core when checked out for unit tests
integrations-core/
# netlink message dump test files
pkg/network/netlink/testdata/message_dump*
# serverless
.layers
.extension
# Emacs
*~
.dir-locals.el
# Vim
.vimrc
# etags
/TAGS
# cscope
cscope.out
tools/windows/DatadogAgentInstaller/.vs/
tools/windows/DatadogAgentInstaller/obj/
tools/windows/DatadogAgentInstaller/packages/
tools/windows/DatadogAgentInstaller/WixSetup/cabcache/
*.wixobj
*.obj
*.g.wxs
*.DotSettings.user
# e2e test intake generated binary
test/fakeintake/build/*
# dev container
.devcontainer/
# Allow Single Machine Performance material to ignore excludes
!test/regression/**
!test/workload-checks/**
kmt-deps/
test/new-e2e/system-probe/test-json-review/test-json-review
test/new-e2e/system-probe/test-runner/test-runner
test/new-e2e/start-microvms
# trace-agent generates install.json files during tests
pkg/serverless/trace/install.json
# Files used for eBPF complexity analysis
ebpf-calculator
# File generated by job creating flake finder pipeline
flake-finder-gitlab-ci.yml
# go.work.sum is always changing, we should not need it since we tidy each module individually
go.work.sum
#### Cursor related files
# Personal rules
**/.cursor/rules/personal/
# CLAUDE override file for personal use
CLAUDE_PERSONAL.md
# Claude local settings and overrides
**/.claude/settings.local.json
**/CLAUDE.local.md
# Claude Code worktrees (local development, not for repo)
.claude/worktrees/
# Zed config
.zed